---
title: "release-phone-number/:id"
method: DELETE
path: "/release-phone-number/{id}"
tags: ["phone-numbers"]
---

# release-phone-number/:id

`DELETE /release-phone-number/{id}`

Release a purchased number. The number is referenced by its id. A number cannot be deleted within the 14 days of purchase. Calling this API before this period expires results in an error.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `status` string

## Other responses

- `400` — 400
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/daily/apis/daily-api.md) · [All operations](https://skmtc.net/daily/apis/daily-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/daily/daily-api/revisions/98b9b9a97a33/schema)
