# Delete campaign
# HTTP method: DELETE
https://api.sender.net/v2/campaigns?ids=[eE0x14]
Deletes one or more campaigns.
ids array
required
You can provide an array of multiple campaign IDs to be deleted. Specifying the string "all" will delete all campaigns in your account.
status string
Status should be among - 'DRAFT', 'SENT', 'PENDING', 'PREPARING'
title string
Provide the Campaign's title
Code snippets
Response example
{
"success": true,
"message": "Deleted"
}