DELETE /API/CLIENT/{ID}
Cancel an existing client’s account.
RESULT CODE
| 200 | OK |
|---|---|
| 400 | Bad request |
| 401 | Unauthorized |
| 404 | Not found |
| 406 | SSL must be used |
| 500 | Server Error |
EXAMPLE REQUEST
Example;- DELETE https://api.calln.com/ client/1234 Result;- 200 (OK)
USING CURL
curl "https://api.calln.com/api/client/{id}" -H "Authorization: Basic username:password | base64" -X DELETE

