Delete notebook
documentedPermanently delete a notebook.
POST /noteStore/deleteNotebookNotebooksno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
I’m sorry — there isn’t a real REST endpoint POST /noteStore/deleteNotebook in the Evernote Cloud API. The official Cloud API exposes two services (UserStore and NoteStore) and the notebook-delete operation is exposed as a Thrift method named expungeNotebook on the NoteStore, not as a REST/HTTP endpoint. In other words, you can’t call it with a simple HTTP curl like a typical REST API. The documentation shows expungeNotebook as the proper way to permanently delete a notebook, and notes inside are moved to the default notebook (and to Trash) as part of that process). ([dev.evernote.com](https://dev.evernote.com/doc/reference/NoteStore.html))