---
title: "Delete phone number"
method: DELETE
path: "/user/account/phone-number"
tags: ["user-account"]
---

# Delete phone number

`DELETE /user/account/phone-number`

Remove the phone number associated with the authenticated user account.

Use this endpoint when a user no longer wants a phone number linked to their profile.

Behavior notes:

- Returns 204 when removal succeeds.
- The phone number field is cleared from the account profile.
- Updated account data can be validated with GET /user/account.

## Response `204`

The user's phone number was deleted

---

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