---
title: "Delete a phone number"
method: DELETE
path: "/phone_numbers/{phone_number_id}"
tags: ["Phone Numbers"]
---

# Delete a phone number

`DELETE /phone_numbers/{phone_number_id}`

Delete the phone number with the given ID

## Path parameters

- `phone_number_id` string, required

## Response `200`

Deleted Object

- DeletedObject
  - `object` string, required
  - `id` string
  - `slug` string
  - `deleted` boolean, required
  - `external_id` string

## Other responses

- `400` — Request was not successful
- `401` — Authentication invalid
- `403` — Authorization invalid
- `404` — Resource not found

---

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