deleteBook

abstract suspend fun deleteBook(bookId: String)

Delete books by bookId.

Throws

401 http error.

403 http error.