Developer Docs

Table of contents

Method: POST 

Endpoint: /api/stoplist/detach 

Description: A method to remove one or more contacts from the SMS/Viber/RCS cold email.

Input parameters

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. 

An example of a query:

{
   "ids":[
      1
   ],
   "types":[
      "rcs"
   ]
}

Answer elements 

If the request is successful, 200 Successful detached.