DELETE /v1/endpoints/:id
204

Permanently deletes a webhook endpoint from your organisation.

Once deleted, the endpoint will no longer receive webhook events, and its signing secret will be invalidated.

Any pending webhook delivery attempts to this endpoint will be immediately cancelled. No further retries will occur after deletion.

Parameters

id
string

The unique identifier for the webhook endpoint.

DELETE /v1/endpoints/:id
204