latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-205391153.1 KB

4a74befa0bde

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/{phone_id}:deallocate

Path parameters

phone_idstring required

phone identifier to deallocate

phone 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"
}