Bearer token for authentication (e.g., Bearer <your_token>).
Path Parameters
The Campaign Id to delete for (e.g., camp_abc123).
Response
Indicates if the deletion was successful.
A message confirming the action or describing the error.
The error type or code (Error responses only).
{
"success": true,
"data":{
"id" : "camp_abc123"
},
"message": "Campaign deleted successfully"
}