v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014994227.2 KB
phones

Release a phone

Deallocates a phone the caller's org currently holds. The session is billed and the phone is torn down asynchronously.

post/phones/deallocate

Query parameters

phone_idstring required

device identifier to deallocate

device identifier to deallocate

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

deallocated_atstring date-time

Timestamp when the device was released.

phone_idstring required

Released device's identifier.

session_idstring required

Session that was closed.

workflow_idstring required

Workflow that was deallocated.

Example response

{
  "$schema": "/api/v1/PhoneDeallocateResponse.json"
}