Skip to main content
DELETE
Delete Webhook Endpoint
Deletion is a soft delete. The endpoint stops receiving events but remains visible in list results with a non-null deleted_at. Subsequent get, update, or delete requests for the endpoint return 404 Not Found.

Path Parameters

string
required
The customer’s external ID (starts with cus_)
string
required
The webhook endpoint’s external ID (starts with wh_)

Response

string
The deleted webhook endpoint ID
string
Always returns "webhook_endpoint"
boolean
Always returns true

Response Example