DELETE
/api/themes/{theme_id}/authors
curl \
-X DELETE https://lztup.toil.cc/api/themes/{theme_id}/authors \
-H "Content-Type: application/json" \
-d '{"author_id":42}'
Request example
{
"author_id": 42
}
Request examples
{
"author_id": 42
}
Response examples (200)
{
"theme_id": 42,
"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"
}
]
}