DELETE /API/HANDSET/{ID}
Delete a single handset.
RESULT CODE
200 | OK |
---|---|
401 | Unauthorized |
404 | Handset not found |
406 | SSL must be used |
500 | Server Error |
EXAMPLE REQUEST
Example;- DELETE https://api.calln.com/api/handset/4277 Result;- 200 (OK)
USING CURL
curl "https://api.calln.com/api/handset/{id}" -H "Authorization: Basic username:password | base64" -X DELETE