curl -X POST https://api.magpipe.ai/functions/v1/terminate-call \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"call_id": "7f3d8e00-a1b2-4c3d-9e4f-567890abcdef"}'
{
"success": true
}
Terminate an active call
curl -X POST https://api.magpipe.ai/functions/v1/terminate-call \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"call_id": "7f3d8e00-a1b2-4c3d-9e4f-567890abcdef"}'
{
"success": true
}
curl -X POST https://api.magpipe.ai/functions/v1/terminate-call \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"call_id": "7f3d8e00-a1b2-4c3d-9e4f-567890abcdef"}'
{
"success": true
}