---
title: "Delete a Sender ID"
method: DELETE
path: "/v3/messages/sender-ids/{id}"
tags: ["SMS and MMS"]
---

# Delete a Sender ID

`DELETE /v3/messages/sender-ids/{id}`

Deletes the Sender ID identified by `id`. Deletion is permanent.

## Path parameters

- `id` string, required

## Response `200`

Returns a success confirmation. The Sender ID is deleted.

- object
  - `success` boolean, required — Indicates whether the request was successful.

## Other responses

- `403` — Request failed. The feature is disabled for your account.
- `404` — Returns when no Sender ID matches `id`.
- `422` — Validation error

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/versions/b22f170488b6/schema)
