Delete a webhook endpoint

Permanently deletes a webhook endpoint so no future events are delivered to it. Deliveries already in flight are not cancelled and may still arrive, and historical delivery rows are retained for audit. To pause delivery without losing the endpoint's configuration, set enabled to false instead.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The webhook endpoint ID.

Headers
string

Client-supplied idempotency token for mutating versioned API requests (POST, PUT, PATCH, DELETE under /v1/* and /v2/* where listed).

When the service has already completed a request for the same account, route, key, and identical JSON body within the replay window, it returns the stored HTTP status and body instead of executing again.

Reusing the same key with a different body returns 409 Conflict (see 409 / Idempotency conflict responses on those operations). Keys expire after 24 hours. Prefer a new UUID v4 per distinct logical operation.

Responses
204

Endpoint deleted.

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/problem+json