jira_sprint_delete
Delete an irreversible JIRA sprint by ID after explicit confirmation; fails without authorization to prevent accidental data loss.
Instructions
Delete a JIRA sprint (by sprint_id). Irreversible: pass confirm: true to authorise — without it the tool refuses and makes no API call. Returns YAML {status: ok}. Mirrors omni-dev atlassian jira sprint delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be `true` to authorise the irreversible delete; the tool refuses (without calling the API) when `false`. | |
| sprint_id | Yes | Sprint ID. |