---
title: "Release a phone number"
method: DELETE
path: "/api/v1/numbers/{id}"
tags: ["phoneNumbers"]
---

# Release a phone number

`DELETE /api/v1/numbers/{id}`

Release a number — standard SMS/call or iMessage. Immediate and irreversible.

On a **flat-rate subscription**, releasing a number lowers the subscription quantity by one and Stripe prorates the change — but the quantity never falls below **one number**. Releasing your last number therefore leaves the subscription active at the single-number rate rather than cancelling it, and the next number you provision is free (see Provision a phone number). To stop paying entirely, cancel the subscription with Cancel the subscription at period end.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Released.

- Success
  - `success` boolean

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource was not found on this account.

---

[API](https://skmtc.net/getdial/apis/rest-api.md) · [All operations](https://skmtc.net/getdial/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdial/rest-api/versions/cfa621230237/schema)
