Stops sending events to a specific URL.
Path Parameters
The unique identifier of the webhook endpoint
Response
Unique identifier of the deleted endpoint
Confirmation that the endpoint was deleted
ISO 8601 timestamp when the endpoint was deleted
Example Response
{
"id": "webhook_001",
"deleted": true,
"deletedAt": "2025-12-02T07:20:24.326Z"
}
Error Responses
Invalid or missing authentication token
Webhook endpoint not found
An unexpected error occurred on the server
Authentication
This endpoint requires Bearer token authentication.