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"
}Soft-delete the subscription (sets deleted_at). Idempotent -
deleting a row that’s already soft-deleted also returns 204.
Returns 404 for unknown ids or rows belonging to a different account.
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.