DELETE /api/call
Delete a single call.
Result Code
| 200 | OK |
|---|---|
| 401 | Unauthorized |
| 404 | Call not found |
| 406 | SSL must be used |
| 500 | Server Error |
Example request
Example;- DELETE https://api.calln.com/api/call/4277 Result;- 200 (OK)
Using Curl
curl "https://api.calln.com/api/call/{id}" -H "Authorization: Basic username:password | base64" -X DELETE

