Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DELETE /v1/calls/scheduled/
pending
calling
DELETE /v1/calls/scheduled/{scheduled_call_id}
curl -X DELETE https://api.vonative.com/v1/calls/scheduled/sched-uuid-1234 \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "status": "cancelled", "id": "sched-uuid-1234" } }
400
404