For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete Webhook

DELETE /v1/api/webhooks/:id

Required scope: webhooks:manage


Example

curl -X DELETE https://apipay.byastra.ai/v1/api/webhooks/c3d4e5f6-a7b8-9012-cdef-345678901234 \
  -H "X-Api-Key: ap_live_your_api_key"

Response 200 OK

{ "success": true, "data": { "deleted": true } }

Last updated