Updates API-Authors.md

Auto commit by GitBook Editor
kolaente 2018-01-29 15:53:52 +01:00
parent c17016874b
commit d97448b6cf
3 changed files with 5 additions and 5 deletions

@ -119,7 +119,7 @@ Deletes a author by its `ID`.
#### Response
**200** The author was successfully deleted.
**400** `ID` is empty or invalid.
**400** `ID` is invalid or empty.
**404** No author with this `ID` exists.
**500** An error occured while deleting.

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

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