Skip to main content

Documentation Index

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

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

Delete a webhook endpoint. Yativo will stop delivering events to this URL immediately.
DELETE https://api.yativo.com/api/v1/business/webhook/{webhook_id}

Path parameters

webhook_id
string
required
The ID of the webhook to delete. Returned when the webhook was created.
curl -X DELETE 'https://api.yativo.com/api/v1/business/webhook/wh-01abc123' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "status": "success",
  "status_code": 200,
  "message": "Webhook deleted successfully"
}