---
title: "Delete a phone number"
method: DELETE
path: "/v1/communication/phone-numbers/{phone_number_id}"
tags: ["communication"]
---

# Delete a phone number

`DELETE /v1/communication/phone-numbers/{phone_number_id}`

Delete a phone number.

By default LK teardown must succeed before the row is removed; LK
failures surface as a 4xx so the caller can retry. ``force=true`` is an
internal-only escape hatch that drops the row even when LK is
unreachable — used after manual reconciliation. Non-internal callers
that pass ``force=true`` are rejected with 403.

## Path parameters

- `phone_number_id` string, uuid, required

## Query parameters

- `force` boolean

## Response `204`

Successful Response

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/888bdd5c076e/schema)
