v1

latestOpenAPI 3.0.02026-07-2482421001.1 KB
Book Commands

Delete Book

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!

post/v1/book/remove

Request body

book_idstring

The <glossary:PK> of the <glossary:Book> you'd like to delete. Mutually exclusive with book_uuid.

book_uuidstring

The unique identifier of the <glossary:Book> you'd like to delete. Mutually exclusive with book_id.

Response

Success

statusinteger

A numerical code that indicates the status of the request.

messagestring

A textual description that indicates details about this response's status.

responseobject

An object received from the server that potentially contains data.

Example response

{
  "status": 200,
  "message": "OK"
}