Skip to content

New command: Remove Microsoft To Do task list #1611

@garrytrinder

Description

@garrytrinder

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>'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions