v1

OpenAPI 3.0.1Apache 2.02026-07-135212282.4 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"
}