delete-list
Delete a list while keeping its bookmarks intact. Child lists become root-level after deletion.
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. |