Updates API-Authors.md

Auto commit by GitBook Editor
kolaente 2018-01-15 12:54:34 +01:00
parent 257b96b5fe
commit ef6da03e71
1 changed files with 1 additions and 1 deletions

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