---
title: "Delete Book"
method: POST
path: "/v1/book/remove"
tags: ["Book Commands"]
---

# Delete Book

`POST /v1/book/remove`

Delete a <<glossary:Book>> that you no longer need.

---
> 🚧 No turning back!
> Deleting a <<glossary:Book>> also deletes the <<glossary:Document>>s contained within. This action is not reversible, meaning that you can't recover deleted <<glossary:Document>>s and <<glossary:Book>>s. Make sure you're ready!

## Request body

- object
  - `book_id` string — The <<glossary:PK>> of the <<glossary:Book>> you'd like to delete. Mutually exclusive with `book_uuid`.
  - `book_uuid` string — The unique identifier of the <<glossary:Book>> you'd like to delete. Mutually exclusive with `book_id`.

## Response `200`

Success

- object
  - `status` integer — A numerical code that indicates the status of the request.
  - `message` string — A textual description that indicates details about this response's status.
  - `response` object — An object received from the server that potentially contains data.

## Other responses

- `400` — Client Errors

---

[API](https://skmtc.net/ocrolus/apis/user-management.md) · [All operations](https://skmtc.net/ocrolus/apis/user-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ocrolus/user-management/revisions/3571ef602d13/schema)
