v1

latestOpenAPI 3.0.1Apache 2.02026-07-174811204.8 KB
webhooks

Delete Webhook

Delete an existing webhook

delete/api/v1/webhooks/{webhook_id}/

Path parameters

webhook_idstring required

Unique identifier of the webhook

Response

Webhook deleted successfully

messagestring

Example response

{
  "message": "Webhook deleted successfully"
}