Delete a Webhook Endpoint V2
Webhook Endpoints
Delete a Webhook Endpoint
Delete a webhook endpoint by its ID. Future events will no longer be delivered to it.
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.
Last modified on August 27, 2026