Disconnect Call

End an active or recent call. You can identify the call using either call_id (recommended) or phone_number.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
call_idstringOptionalformat: "uuid"
Recommended. Use this when you have the call ID from the initiate response.
phone_numberstringOptional

Customer phone number in E.164 format. Use when call_id is not available.

Response

Call disconnected.
msgstringOptional

The final or latest call status saved at the time of disconnection. Typical values: completed, cancelled.

Errors

404
Not Found Error