delete_notebook
Delete a notebook by id with version for optimistic locking. The notebook moves to trash and is restorable for 30 days.
Instructions
Delete (trash) a notebook by id (WRITE). Optimistic locking: you must supply the current document version. The document is moved to the trash (restorable for 30 days). Requires DT_ENABLE_WRITES=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Notebook document id. | |
| version | Yes | Current document version for optimistic locking (required by the spec). |