---
title: "Delete Phone Number"
method: DELETE
path: "/v1/phone-numbers/{id}"
---

# Delete Phone Number

`DELETE /v1/phone-numbers/{id}`

Schedules a phone number for deletion. The number remains active for callbacks for 30 days and can be restored during this period.

## Path parameters

- `id` string, uuid, required

## Response `204`

Phone number deleted successfully

## Other responses

- `400` — Invalid request
- `401` — Unauthorized - Invalid API key
- `404` — Phone number not found

---

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