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/5a0331bffc5886074551ce97 HTTP/1.1
Host: api.smsfactor.com
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>