v1

latestOpenAPI 3.0.02026-07-2449050.9 KB
Chat Campaign

Delete Chat Campaign

Deletes the specified chat campaign by name and type.

post/APIServices/campaignControl/chat

Headers

Content-Typestring

Request body

usernamestring
campaignNamestring
actionstring
campaignTypestring

Example request

{
  "username": "xxxx",
  "campaignName": "ChatCamp",
  "action": "delete",
  "campaignType": "Chat"
}

Response

Chat campaign deleted successfully.