---
title: "Update account vanity URL"
method: POST
path: "/v1/account.updateVanity"
tags: ["account"]
---

# Update account vanity URL

`POST /v1/account.updateVanity`

## Request body

- V1AccountUpdateVanityRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `vanity` string, nullable — The vanity the account should have null to remove

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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