# summary

Delete a setup-agents task.

# description

Marks a task as deleted in `.setup-agents/state/tasks.jsonl`. Deleted tasks are hidden from `task list` output unless `--status deleted` is specified.

# flags.task.summary

Task id.

# flags.task.description

Id of the task to delete.

# flags.yes.summary

Skip confirmation prompt.

# flags.yes.description

Delete without prompting for confirmation (useful in scripts and non-interactive environments).

# examples

- Delete a task interactively:

  <%= config.bin %> <%= command.id %> --task SA-97

- Delete without confirmation:

  <%= config.bin %> <%= command.id %> --task SA-97 --yes

# info.deleted

Task %s deleted.

# errors.notFound

Task not found: %s
