delete-list
Delete a list by ID while preserving bookmarks and child lists; child lists are moved to the root level.
Instructions
Delete a list by id. Bookmarks inside the list are not deleted. Child lists are also not deleted. Any child lists become root-level lists (their parentId is set to null). If that isn't the tree change you want, move or re-parent the children before calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | The id of the list to delete. |