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