---
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.

## 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.dev/getdial/apis/rest-api.md) · [All operations](https://skmtc.dev/getdial/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getdial/rest-api/revisions/2e0d1adb85a6/schema)
