---
title: "Delete a sender by phone number"
method: DELETE
path: "/v2/senders/phone-numbers/{phone_number}"
tags: ["Senders"]
---

# Delete a sender by phone number

`DELETE /v2/senders/phone-numbers/{phone_number}`

Deletes a sender phone number from the account.

  - If the account does not use parent/child accounts, the API ignores `child_account_id` and deletes the sender from the authenticated account.
  - If the account is a parent account and you omit `child_account_id`, the API deletes the sender from the parent account.
  - If you provide `child_account_id`, the API deletes the sender from that child account.

## Path parameters

- `phone_number` string, required

## Query parameters

- `child_account_id` string

## Response `204`

Sender deleted successfully. No content is returned.

## Other responses

- `400` — Input Validation Error
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/kudosity/apis/transmit-sms-api.md) · [All operations](https://skmtc.net/kudosity/apis/transmit-sms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kudosity/transmit-sms-api/revisions/9f6c34b849af/schema)
