todo list remove¶
Removes a Microsoft To Do task list
Usage¶
m365 todo list remove [options]
Options¶
-n, --name [name]
- The name of the task list to remove. Specify either
id
orname
but not both -i, --id [id]
- The ID of the task list to remove. Specify either
id
orname
but not both --confirm
- Don't prompt for confirming removing the task list
-h, --help
- output usage information
--query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Examples¶
Remove a task list with the name My task list
m365 todo list remove --name "My task list"
Remove a task list with the ID AAMkAGI3NDhlZmQzLWQxYjAtNGJjNy04NmYwLWQ0M2IzZTNlMDUwNAAuAAAAAACQ1l2jfH6VSZraktP8Z7auAQCbV93BagWITZhL3J6BMqhjAAD9pHIhAAA=
m365 todo list remove --id "AAMkAGI3NDhlZmQzLWQxYjAtNGJjNy04NmYwLWQ0M2IzZTNlMDUwNAAuAAAAAACQ1l2jfH6VSZraktP8Z7auAQCbV93BagWITZhL3J6BMqhjAAD9pHIhAAA="