---
title: "Delete a verified number"
method: DELETE
path: "/verified_numbers/{phone_number}"
tags: ["Verified Numbers"]
---

# Delete a verified number

`DELETE /verified_numbers/{phone_number}`

Remove a verified number from your account.

## Path parameters

- `phone_number` string, required — +E164 formatted phone number.

## Response `200`

Expected verifications response to a valid request.

- VerifiedNumberResponseDataWrapper
  - `data` VerifiedNumberResponse
    - `phone_number` string
    - `record_type` 'verified_number' — The possible verified numbers record types.
    - `verified_at` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request
- `404` — Resource Not Found

## Changes

- **2026-08-17** `1571b0380bd7` — 3 breaking, 3 info
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `400`
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `401`
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `404`
  - added the optional property `errors/items/meta/url` to the response with the `400` status
  - …2 more
- **2026-08-04** `8f5f4e537994` — 3 breaking, 3 warning
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `400`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `401`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `404`
  - removed the optional property `errors/items/meta/url` from the response with the `400` status
  - …2 more

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/verified_numbers/:phone_number/delete.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
