Skip to main content
DELETE
Delete a webhook endpoint
Delete an endpoint. Its delivery log is removed with it. Deliveries stop immediately. The signing secret is destroyed, so a re-registered endpoint gets a new one. An endpoint this organization does not own returns 404.

Authorization

This route requires the write scope. A missing or invalid credential returns 401 authentication_error. A valid credential without the scope returns 403 permission_denied, and the problem body names the exact scope required.

Headers

These are request conventions the contract does not declare as parameters, so they do not appear in the schema tables below.

Success responses

Errors

Every error is an RFC 9457 application/problem+json body carrying a stable code, a requestId, and a suggestedAction where Exo has one. See Errors.

Authorizations

X-Exo-API-Key
string
header
required

An Exo API key (exo_...) sent as the X-Exo-API-Key header.

Path Parameters

webhook_id
string<uuid>
required

The webhook endpoint id returned at registration.

Response

Successful Response

DELETE /v1/webhooks/{id} acknowledgement.

id
string
required
deleted
boolean
default:true