---
title: "Release a phone"
method: POST
path: "/phones/user/deallocate"
tags: ["Phones"]
---

# Release a phone

`POST /phones/user/deallocate`

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

## Query parameters

- `phone_id` string, required — device identifier to deallocate

## Response `200`

OK

- PhoneDeallocatePhoneResponse
  - `deallocated_at` string, date-time
  - `phone_id` string, required
  - `session_id` string, required
  - `workflow_id` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/axilioai/apis/axilio-api-2.md) · [All operations](https://skmtc.dev/axilioai/apis/axilio-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axilioai/axilio-api-2/revisions/d7ecf9466d6d/schema)
