---
title: "Delete an account by ID."
method: DELETE
path: "/accounts/{id}"
---

# Delete an account by ID.

`DELETE /accounts/{id}`

## Path parameters

- `id` string, required

## Response `204`

The account has been successfully deleted.

## Other responses

- `403` — Unauthorized.
- `404` — No account found for the given ID.
- `409` — The account is unable to be deleted.

---

[API](https://skmtc.dev/optum/apis/namespace.md) · [All operations](https://skmtc.dev/optum/apis/namespace/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optum/namespace/revisions/11d73002ea62/schema)
