Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
curl -X DELETE https://api.vozagent.ai/v1/webhooks/wh-a1b2c3d4... \
  -H "Authorization: Bearer <token>"
{
  "success": true,
  "message": "Webhook deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vozagent.ai/llms.txt

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

Retrieve your API Key from your VozAgent Dashboard.

Path parameters

id
string
required
The unique identifier of the webhook to delete.

Response

Returns a success confirmation. The webhook will immediately stop receiving events.
curl -X DELETE https://api.vozagent.ai/v1/webhooks/wh-a1b2c3d4... \
  -H "Authorization: Bearer <token>"
{
  "success": true,
  "message": "Webhook deleted successfully"
}