cURL
curl --request POST \ --url https://voxworks.ai/api/v1/cancel-call/{call_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "call_id": "<string>", "status": "<string>" }
Cancel a call that is still scheduled.
Documentation IndexFetch the complete documentation index at: https://docs.voxworks.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.voxworks.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key from Voxworks, sent as Authorization: Bearer YOUR_API_KEY.
Authorization: Bearer YOUR_API_KEY
Unique call ID.
Call cancelled.
true