Method : POST
Endpoint : /api/stoplist/detach
Description: A method to remove one or more contacts from the SMS/Viber/RCS cold email.
| Parameter | Mandatory | Type | Description. |
|---|---|---|---|
| ids | Yes | array | An array of contact id’s received from the Get the list of contacts from the stop list RCS method. |
| types | Yes | array | Specify the type of stop list from which you want to delete contacts. Possible values: sms, viber, rcs. |
{
"ids":[
1
],
"types":[
"rcs"
]
}
If the request is successful, 200 Successful detached.