Skip to content

Delete additional book file

DELETE
/api/v1/books/{bookId}/files/{fileId}
curl --request DELETE \
--url http://127.0.0.1:58259/api/v1/books/1/files/1

Delete a specific additional file attached to a book.

bookId
required
integer format: int64
fileId
required
integer format: int64

OK