delete_task
Permanently remove a task and its corresponding GitHub issue from all layers. Irreversible; requires delete-issue permission, so only use when a task must be fully erased.
Instructions
PERMANENTLY delete a task and its GitHub issue (deleteIssue) from every layer, deepest-first. Needs the token's delete-issue permission (repo admin/triage); a normal token cannot. Irreversible — to just mark a task done, use close_task instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task id to delete. | |
| branch | No | Branch to scope to (optional; the backend decides its use). | |
| project | No | The project id — an opaque, supplied string, never derived. Omit to use the server's --project-id default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes |