Updates API-Authors.md

Auto commit by GitBook Editor
kolaente 2018-01-15 12:54:34 +01:00
parent 257b96b5fe
commit ef6da03e71

@ -119,7 +119,7 @@ Deletes a author by its `ID`.
#### Response #### Response
**200** The author was successfully deleted. **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. **404** No author with this `ID` exists.
**500** An error occured while deleting. **500** An error occured while deleting.