Updates API-Authors.md

Auto commit by GitBook Editor
kolaente 2018-01-15 12:44:08 +01:00
parent c1efbc5fc7
commit 257b96b5fe
2 changed files with 3 additions and 1 deletions

@ -120,6 +120,7 @@ Deletes a author by its `ID`.
**200** The author was successfully deleted.
**400** `ID` is empty or no author with this `ID` exists. Returns a more specific message.
**404** No author with this `ID` exists.
**500** An error occured while deleting.
#### Example

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