Skip to main content
Delete a Webhook Endpoint V2
Use this endpoint to stop delivery to a webhook endpoint. Deletion moves the endpoint to the deleted state, invalidates its signing secret, and halts every future delivery. Deleted endpoints stop counting against the six-endpoint limit. Because there is no update operation, deletion is also half of the update path: register the replacement first, confirm it is receiving and verifying deliveries, then delete the endpoint it replaces. Both endpoints receive matching events while they overlap, so handlers must deduplicate on the event id.
This action is terminal and cannot be undone. The signing secret is invalidated with it, so a replacement endpoint gets a new secret and your verification configuration has to be updated.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

The webhook endpoint is deleted. No content is returned.

Last modified on August 27, 2026