Remove Receivers
DELETE
https://control.msg91.com/campaign-beta/api/campaigns/{{campaign_id}}/receivers
campaign_id: You can find your campaign id in the url at camapign details page
e.g.
e.g.
/campaigns/97300-9c3a-11e7-89cc-270d0b3
Request Headers
| Key | Value |
|---|---|
| Content-Type | application/json |
| authkey | YOUR_AUTH_KEY |
Request Body(JSON)
{
"mobile_no":"9999999999, 8888888888",
"groups":[
"GROUP_ID_1",
"GROUP_ID_2"
]
}
| Key | Description |
|---|---|
| mobile_no | Comma separated list of phone numbers |
| groups | Comma separated list of phone-group IDs |
Sample Response
{
"message":"Receivers will be removed shortly."
}