Remove 10DLC Campaign
POST Request
Remove/Deactivate a 10DLC campaign from your account
Note: This does not delete a campaign, but marks it as inactive (removes billing). It will still remain data retention purposes.
curl https://v1.api19.com/campaigns/campaign/remove \
-d 'key=api_token' \
-d 'id=C12345'{
"status": "ok",
"message": "Campaign deactivated"
}
OR
{
"status": "error",
"error": "Campaign not found"
}Parameters
id(required) - Campaign ID (not crid)
Last updated