API Reference · Webhook Endpoints
Delete a webhook endpoint
Permanently deletes a webhook endpoint.
DELETE
/v1/webhook-endpoints/:idIn-flight deliveries continue to retry until they succeed or exhaust their attempts. New events stop being queued for the deleted endpoint immediately.
Path parameters
idstringRequiredWebhook endpoint id (`we_…`).
Errors
404
resource_missingNo endpoint exists with that id.