---
title: "Delete an accountant user"
method: DELETE
path: "/admin/users/{id}"
tags: ["admin.users"]
---

# Delete an accountant user

`DELETE /admin/users/{id}`

Deletes an accountant user by ID.

## Path parameters

- `id` string, cuid, required — The ID of the item

## Response `200`

Accountant user removed

- DeleteResponse
  - `object` string, required — The type of the deleted object
  - `deleted` boolean, required — Whether the object was deleted
  - `id` string, cuid, required — The ID of the deleted object

## Other responses

- `401` — Unauthorized
- `404` — Accountant user not found
- `409` — Cannot delete the acting user
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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