---
title: "Delete bookkeeper"
method: DELETE
path: "/v6/bookkeepers/{id}"
tags: ["Bookkeepers"]
---

# Delete bookkeeper

`DELETE /v6/bookkeepers/{id}`

Delete an bookkeeper for the given id

## Path parameters

- `id` string, required

## Response `200`

Success

- SuccessResponseBookkeeperGetDto
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` BookkeeperGetDto — The data generated by the action performed.
    - `id` string, required — Id of the accountant
    - `userId` string, required — Id of the user associated with the accountant
    - `email` string, required — Email address of the accountant
    - `firstName` string, required — First name of the accountant
    - `lastName` string, required — Last name of the accountant
    - `role` 'ADMIN' | 'ACCOUNTANT' | 'BOOKKEEPER' | 'SUPPORT', required — Role of the accountant
    - `status` 'ACTIVE' | 'INACTIVE' | 'REMOVED', required — Status of the accountant

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Endpoint not found
- `500` — Internal server error

---

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