---
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.

## Changes

- **2019-10-21** `eed5055f8eb6` — 3 warning
  - the optional response header `Access-Control-Allow-Headers` removed for the status `204`
  - the optional response header `Access-Control-Allow-Methods` removed for the status `204`
  - the optional response header `Access-Control-Allow-Origin` removed for the status `204`

[Change history](https://skmtc.dev/optum/apis/namespace/changes/accounts/:id/delete.md)

---

[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/eed5055f8eb6/schema)
