DELETE
/api/authors/{author_id}
curl \
-X DELETE https://lztup.toil.cc/api/authors/{author_id}
Response examples (200)
{
"author_id": 42
}
Response examples (503)
{
"detail": "Can't connect to MySQL server on '[SERVER]'"
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}