Skip to content
Get started

Cancel a call

POST/call/{id}/cancel

Cancel a running or scheduled call.

Path ParametersExpand Collapse
id: string
ReturnsExpand Collapse
success: boolean

Cancel a call

curl https://www.getrevox.com/api/call/$ID/cancel \
    -X POST \
    -H "Authorization: Bearer $REVOX_API_KEY"
{
  "success": true
}
Returns Examples
{
  "success": true
}