Delete Campaign
Each API request in TeleCMI platform includes App id and secret. Get your App id and secret in TeleCMI dashboard. After getting the app id and secret, make a POST request to the below endpoint to remove a specific campaign.
Base URL
https://rest.telecmi.com/v3/campaign/delete
Required Parameters
| Parameter Name | Type | Description |
|---|---|---|
| *campaign_id | String (UUID) | The UUID of the campaign to delete. |
| *inet_no | Integer | The account identifier. |
| *secret | String | Your app secret. |
Sample Response
{
"code": 200,
"msg": "Campaign deleted successfully"
}
HTTP Status Codes
| Status Code | Status Type | Description |
|---|---|---|
| 200 | Success | Campaign deleted successfully |
| 403 | Error | Campaign Not Found |
| 404 | Error | App Not Found |
| 500 | Error | Internal Server Error |
Note
The * marked parameter is mandatory.