Skip to main content

tbr_remove

Remove a book from your TBR list.

Parameters

ParameterTypeRequiredDescription
idintNo*TBR entry ID (from tbr_list or tbr_search)
titlestringNo*Book title (used with author)
authorstringNo*Author name

*Either id or title+author is required.

Examples

{"id": 42}
{"title": "The Name of the Wind", "author": "Patrick Rothfuss"}