Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sertexity.com/llms.txt

Use this file to discover all available pages before exploring further.

Delete Webhook

Remove a registered webhook. No further events will be delivered. DELETE /webhooks/{id}  ·  🔒 Auth required

Response 204 No Content

Empty body.

Example

curl -X DELETE https://api.sertexity.com/v1/webhooks/wh_01jz1b2k4n7p9q0r \
  -H "Authorization: Bearer <access_token>"