v1

latestOpenAPI 3.0.02026-07-24103118224.7 KB
Webhooks

Delete a webhook

Deletes a specific webhook endpoint by ID

delete/api/webhook/{webhookId}

Path parameters

webhookIdstring required
Example:webhookId_1234567890abcdef

Unique identifier of the webhook

Response

Delete a webhook successful

messagestring required

Confirmation message

Example response

{
  "message": "Webhook deleted successfully"
}