Skip to content
Get started

Delete a campaign

DELETE/campaigns/{id}

Permanently delete a campaign and all its associated rows. This action is irreversible. In-progress calls will not be affected, but no new calls will be placed.

Path ParametersExpand Collapse
id: string
ReturnsExpand Collapse
success: boolean

Delete a campaign

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