Skip to content

Delete PDF annotations for a book

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

Delete all PDF annotations for a specific book.

bookId
required
integer format: int64

ID of the book

Annotations deleted successfully