Skip to content

Delete authors

DELETE
/api/v1/authors
curl --request DELETE \
--url http://127.0.0.1:58259/api/v1/authors \
--header 'Content-Type: application/json' \
--data '[ 1 ]'

Delete multiple authors and their associated images.

Media type application/json
Array<integer>
Example generated
[
1
]

Authors deleted successfully