Eine Liste löschen

Mit dieser Methode können Sie eine Kontaktliste löschen.

DELETE

/list/:id

Abfrage-Parameter

id
notwendig
ID der Liste

Beispiele


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

Ergebnisformat


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

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