Performs the removal of contact from the list. The action can be single (string) or bulk (array).
To delete a contact from the list, make a request to this URL:
| POST http://one-api.bsg.world/api/groups/detach |
| Parameter | Required | Type | Description |
|---|---|---|---|
| contacts | Yes | array | Contacts IDs, minimum 1, maximum 200. |
| groups | Yes | array | Contact lists IDS, minimum 1, maximum 20. |
{
"contacts": [
44333
],
"groups": [
48718
]
}
If the request is successful, you will get a 200 Successful deleted.
If the request fails, an error object will be returned.