Skip to main content

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 NameTypeDescription
*campaign_idString (UUID)The UUID of the campaign to delete.
*inet_noIntegerThe account identifier.
*secretStringYour app secret.

Sample Response

{
"code": 200,
"msg": "Campaign deleted successfully"
}

HTTP Status Codes

Status CodeStatus TypeDescription
200SuccessCampaign deleted successfully
403ErrorCampaign Not Found
404ErrorApp Not Found
500ErrorInternal Server Error
Note
The * marked parameter is mandatory.