API Reference · Webhook Endpoints

Delete a webhook endpoint

Permanently deletes a webhook endpoint.

DELETE/v1/webhook-endpoints/:id

In-flight deliveries continue to retry until they succeed or exhaust their attempts. New events stop being queued for the deleted endpoint immediately.

Path parameters

idstringRequired

Webhook endpoint id (`we_…`).

Errors

404
resource_missing

No endpoint exists with that id.