todo task remove [options]
Remove a task in a Microsoft To Do task list
| 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 |
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
@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