Skip to content

Delete Webhook

Permanently deletes a webhook endpoint and all its delivery history. This action is irreversible.

DELETE /v1/webhooks/{webhook_id}
webhooks:write

Path Parameters

ParameterTypeRequiredDescription
webhook_idstringYesThe unique identifier of the webhook.

Request Examples

Terminal window
curl -X DELETE https://xqr.co/api/v1/webhooks/wh_a1b2c3d4-e5f6-7890-abcd-ef1234567890 \
-H "Authorization: Bearer xqr_pk_a1b2c3d4.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Response

204 No Content

The response body is empty.

Was this page helpful?