DELETE /api/v2/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/v2/call/4277 Result;- 200 (OK)
Using Curl
curl "https://api.calln.com/api/v2/call/{id}" -H "Authorization: Basic username:password | base64" -X DELETE