Usage
todo list remove [options]
Description
Removes a Microsoft To Do task list
Options
| Option |
Description |
-n, --name [name] |
The name of the task list to remove. Specify either id or name but not both |
-i, --id [id] |
The ID of the list to remove. Specify either id or name but not both |
--confirm |
Don't prompt for confirming removing the task list |
Additional Information
DELETE https://graph.microsoft.com/beta/me/todo/lists/<id>
Get task list by name
GET https://graph.microsoft.com/beta/me/todo/lists?$filter=displayName eq '<name>'
Usage
todo list remove [options]Description
Removes a Microsoft To Do task list
Options
-n, --name [name]idornamebut not both-i, --id [id]idornamebut not both--confirmAdditional Information
DELETE https://graph.microsoft.com/beta/me/todo/lists/<id>Get task list by name
GET https://graph.microsoft.com/beta/me/todo/lists?$filter=displayName eq '<name>'