Updates API-Books.md

Auto commit by GitBook Editor
kolaente 2018-01-15 12:36:29 +01:00
parent b9c5aed439
commit c1efbc5fc7

@ -213,9 +213,8 @@ Deletes a book by its `ID`.
#### Response
**200** The book was successfully deleted.
**400** `ID` is empty or no book with this `ID` exists. Returns a more specific message.
404
**500** An server error occured.
**404** `ID` is empty or no book with this `ID` exists.
**500** A server error occured.
#### Example