I've been working on a couple of scripts to help manage the lists of books in my Goodreads account and I think I've found all of the methods I need in the API documentation except for how to set a book to not-owned that is currently set to "I own a copy" i.e. the delete method that would correspond to POST https://www.goodreads.com/owned_books... for adding to owned books.
Is it possible to delete an owned book record or otherwise mark a book as not owned via the API?
I've been working on a couple of scripts to help manage the lists of books in my Goodreads account and I think I've found all of the methods I need in the API documentation except for how to set a book to not-owned that is currently set to "I own a copy" i.e. the delete method that would correspond to POST https://www.goodreads.com/owned_books... for adding to owned books.
Is it possible to delete an owned book record or otherwise mark a book as not owned via the API?
Thanks!
-Michael