Delete list

This method allows you to delete a list of contacts.

DELETE

/list/:id

Query Parameters

id
required
The list id

Examples


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

Result Format


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

<response>
  <status>1</status>
  <message>OK</message>
  <contacts>2</contacts>
  <id>50433</id>
</response>