---
title: "Delete an alphanumeric sender ID"
method: DELETE
path: "/alphanumeric_sender_ids/{id}"
tags: ["Messaging"]
---

# Delete an alphanumeric sender ID

`DELETE /alphanumeric_sender_ids/{id}`

Delete an alphanumeric sender ID and disassociate it from its messaging profile.

## Path parameters

- `id` string, required

## Response `200`

Successful response with a single alphanumeric sender ID.

- object
  - `data` AlphanumericSenderId
    - `record_type` 'alphanumeric_sender_id'
    - `id` string, uuid — Uniquely identifies the alphanumeric sender ID resource.
    - `alphanumeric_sender_id` string — The alphanumeric sender ID string.
    - `organization_id` string — The organization that owns this sender ID.
    - `messaging_profile_id` string, uuid — The messaging profile this sender ID belongs to.
    - `us_long_code_fallback` string — A US long code number to use as fallback when sending to US destinations.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
