Hangup Session Call
POST /dialer/sessions/calls/hangup
CONTACTS NOBODY NEW. Ends a call that is already up.
This is the STOP button, not a dial. It gates on voice:dialer:control
rather than the create permission on purpose: hanging up is the action you
want an operator to be able to take without also being able to start a
session.
The completion record is written by Twilio’s status webhook afterwards, so the disposition and duration appear a moment later, not in this response.
Authorizations
Parameters
Header Parameters
Request Body required
Mirrors DialerCallControl. Ends a call already in progress.
object
Responses
200
Successful Response
object
An open envelope for one dialer result.
Open because voice owns the shape of a session, a call stub and a queue stat, and it grows them without a contract bump here. A dropped field would otherwise turn an added upstream field into a removed public one.
object
422
Validation Error