Delete Webhook

Delete a webhook endpoint from your account. This action cannot be undone.

Endpoint

DELETE /api/webhooks/{webhook_id}

Path Parameters

ParameterTypeRequiredDescription
webhook_idstringYesThe unique identifier for the webhook

Response

Returns a success message.
{
  "message": "Webhook successfully deleted",
  "webhook_id": "wh_123456789"
}