Cli-microsoft365: New command: todo task remove

Created on 26 Oct 2020  路  3Comments  路  Source: pnp/cli-microsoft365

Usage

todo task remove [options]

Description

Remove a task in a Microsoft To Do task list

Options

| Option | Description |
| -- | -- |
| -i, --id <id> | The id of the task to remove |
| --listName [listName] | The name of the task list in which the task exists. Specify either listName or listId, not both |
| --listId [listId] | The id of the task list in which to task exists. Specify either listName or listId, not both |
| --confirm | Don't prompt for confirmation |

Additional Information

DELETE https://graph.microsoft.com/beta/me/todo/lists/{todoTaskListId}/tasks/{taskId}

Resource: https://docs.microsoft.com/en-us/graph/api/todotask-delete?view=graph-rest-beta&tabs=http

good first issue new feature work in progress

All 3 comments

@garrytrinder, I would like to work on this. Could you please assign this to me?

FYI - This API endpoint is publicaly avilable now https://docs.microsoft.com/en-us/graph/api/todotask-delete

All yours @sprider 馃憦

Perfect, Thank you @waldekmastykarz

Was this page helpful?
0 / 5 - 0 ratings