---
title: "Delete phone number"
method: DELETE
path: "/api/v2/crm-actions/phone-numbers/{id}"
tags: ["CRMActions"]
---

# Delete phone number

`DELETE /api/v2/crm-actions/phone-numbers/{id}`

Delete a specific phone number from the organization.


Requires one of the following scopes: `crm_actions:delete`, `crm_actions:all`, `all:delete`, `all:all`

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `id` string — Unique identifier of the deleted phone number record.
  - `timestamp_created` string, date-time — Timestamp when the deleted record was originally created.
  - `organization_id` string — Identifier of the organization that owned the phone number.
  - `phone_number` string — The deleted phone number.
  - `country` string — Country code of the deleted phone number.
  - `locality` string — Region or city associated with the deleted phone number.
  - `subscription_id` string — Billing subscription ID associated with this number (if any).
  - `twilio_sid` string — Twilio SID of the deleted number.

## Other responses

- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

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