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
Usage
todo task remove [options]Description
Remove a task in a Microsoft To Do task listOptions
-i, --id <id>--listName [listName]listNameorlistId, not both--listId [listId]listNameorlistId, not both--confirmAdditional 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