Skip to main content
DELETE
Delete campaign
Permanently deletes a campaign.
You cannot delete a campaign that is currently RUNNING, PAUSED, or SCHEDULED. You must first call POST /campaigns/{id}/abort before deleting.

Path parameters

string
required
The unique UUID of the campaign to delete.

Response

204 No Content on successful deletion.