Skip to main content
DELETE
Delete a webhook endpoint
Archives a webhook endpoint. Archived endpoints stop receiving new deliveries and are excluded from list and get responses. Existing delivery records are retained for inspection. Archiving fails queued or in-flight deliveries for the endpoint with error_code: "endpoint_archived". This is a soft delete. The endpoint’s data is preserved but it cannot be reactivated. To temporarily stop deliveries, update the endpoint’s status to DISABLED instead.
For usage patterns and examples, see the Webhooks guide.

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header.

Path Parameters

id
string<uuid>
required

Endpoint ID

Response

Endpoint archived