Remove a contact

This method allows you to remove a contact from a list. You can retrieve a contact id by first retrieving the associated list.

DELETE

/list/contact/:id

Query Parameters

id
required
The contact id

Examples


DELETE /list/contact/5a0331bffc5886074551ce97 HTTP/1.1
Host: api.smsup.ch
Accept: application/json
Authorization: Bearer your.token
      
    

Result Format


{
  "status": 1,
  "message": "OK"
}
          
        

<?xml version="1.0" encoding="UTF-8" ?>
<response>
  <status>1</status>
  <message>OK</message>
</response>