Cancel a campaign
POST/campaigns/{id}/cancel
Cancel a running or scheduled campaign. Pending and queued calls will be aborted, while in-progress calls will be allowed to finish. Unlike deletion, the campaign and its rows are preserved for historical reference.
Path Parameters
id: string
Returns
success: boolean
Cancel a campaign
curl https://www.getrevox.com/api/campaigns/$ID/cancel \
-X POST \
-H "Authorization: Bearer $REVOX_API_KEY"{
"success": true
}Returns Examples
{
"success": true
}