Hangup a Call
POST/calls
To hangup an existing call, you send a POST request to the Call resource with a payload including a calling.end command and the call ID.
Request
Responses
- 200
- 401
- 404
- 422
- 500
The request has succeeded.
Access is unauthorized.
The server cannot find the requested resource.
Client error
Server error