Skip to main content

DELETE /webhooks/endpoints/

Delete a webhook endpoint. Events will no longer be sent to this URL.

Authentication

JWT (Dashboard)

Path Parameters

ParameterTypeDescription
idstring (UUID)Webhook endpoint ID

Response

{
  "success": true,
  "message": "Webhook deleted"
}