Skip to main content
DELETE
/
api
/
canary
/
webhook-endpoints
/
{id}
Stops sending events to a specific URL.

Path Parameters

id
string
required
The unique identifier of the webhook endpoint

Response

Success
id
string
Unique identifier of the deleted endpoint
deleted
boolean
Confirmation that the endpoint was deleted
deletedAt
string
ISO 8601 timestamp when the endpoint was deleted

Example Response

{
  "id": "webhook_001",
  "deleted": true,
  "deletedAt": "2025-12-02T07:20:24.326Z"
}

Error Responses

Unauthorized
Invalid or missing authentication token
Not Found
Webhook endpoint not found
Internal Server Error
An unexpected error occurred on the server

Authentication

This endpoint requires Bearer token authentication.