---
title: "Delete phone number assignment"
method: DELETE
path: "/api/relay/rest/registry/beta/numbers/{id}"
tags: ["Campaign Registry: Phone Number Assignments"]
---

# Delete phone number assignment

`DELETE /api/relay/rest/registry/beta/numbers/{id}`

Removes one phone-number assignment from its US 10-digit long code (10DLC) campaign by assignment ID. Use it when the number should stop sending traffic for that campaign; this does not release the phone number from the project or delete the campaign.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Messaging_ and _Numbers_.

[Learn more about API scopes](/docs/platform/your-signalwire-api-space).

## Path parameters

- `id` string, uuid, required — Universal Unique Identifier.

## Response `204`

There is no content to send for this request, but the headers may be useful.

## Other responses

- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `500` — An internal server error occurred.

---

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