Platform API reference
Delete Webhook Endpoint
Permanently remove a webhook endpoint. Pending deliveries are discarded.
DELETE
Permanently removes a webhook endpoint. Pending deliveries are discarded. Deleting and re-creating is also how you rotate the signing secret — the new endpoint gets a new one.
If you only want to pause delivery, set
status to DISABLED instead.
Requirements: webhooks:manage scope.
Request
The webhook endpoint ID to remove.
Response
Final snapshot of the removed endpoint:
{id, url, eventTypes, status, createdAt, consecutiveFailures, disabledAt, disabledReason}.Always
true on success.