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"
}

Changes