---
title: "Release your branded subdomain"
method: DELETE
path: "/v1/account/subdomain"
---

# Release your branded subdomain

`DELETE /v1/account/subdomain`

Releases the name. Your codes stay live on the plain short link; only the branded host stops resolving. The name becomes claimable by anyone else, so releasing is not reversible — this is different from the automatic suspension that happens when a Pro plan lapses, which keeps the name reserved for you.

## Response `200`

The subdomain is released.

- object
  - `subdomain` string, nullable
  - `host` string, nullable
  - `suspended` boolean
  - `codes_updated` integer

## Other responses

- `401` — The `Authorization: Bearer oqr_…` header is missing or the API key is invalid or revoked.
- `500` — An unexpected server-side error.

---

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