Skip to main content
DELETE
/
v1
/
webhooks
/
{webhook_id}
Delete a webhook subscription
curl --request DELETE \
  --url https://api.topcalls.ai/v1/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 401,
  "title": "Unauthorized",
  "detail": "Invalid or missing API key"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Use Authorization: Bearer tc_live_xxxxx

Path Parameters

webhook_id
string<uuid>
required

Webhook subscription UUID

Response

Subscription deleted (or already deleted)