Updates API-Books.md

Auto commit by GitBook Editor
kolaente 2018-01-15 12:35:06 +01:00
parent f611131862
commit b9c5aed439

@ -214,6 +214,7 @@ Deletes a book by its `ID`.
**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.
#### Example
@ -252,7 +253,7 @@ Expects a JSON book object \(see inserting a book\).
#### Response
**200** The book was successfully deleted.
**400** `ID` or book payload is empty.
**400** Book payload is empty or not valid.
**404** No book with this `ID` exists.
**500** A server error occured.