## Cancel **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` ### Example ```http curl https://www.getrevox.com/api/campaigns/$ID/cancel \ -X POST \ -H "Authorization: Bearer $REVOX_API_KEY" ```