Todo
Todo Remove
Delete a task from the board.
Command Info
Usage
/todo remove id:<id>Overview#
Remove a task entirely. To mark one finished while keeping it on the board, use /todo complete instead.
Parameters#
| Option | Required | Description |
|---|---|---|
id | Yes | The task id, as shown in /todo list |
Behavior#
- The task is removed from the board
- Any due-date reminder for it stops
- There is no undo
Examples#
/todo remove id:42