Skip to content

Delete all reviews for a book

DELETE
/api/v1/reviews/book/{bookId}
curl --request DELETE \
--url http://127.0.0.1:58259/api/v1/reviews/book/1

Delete all reviews for a specific book. Requires metadata edit permission or admin.

bookId
required
integer format: int64

ID of the book

All reviews deleted successfully