Chat Campaign
Delete Chat Campaign
Deletes the specified chat campaign by name and type.
post/APIServices/campaignControl/chat
Headers
Content-Typestring
Request body
Example request
{
"username": "xxxx",
"campaignName": "ChatCamp",
"action": "delete",
"campaignType": "Chat"
}Response
Chat campaign deleted successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.