jira_sprint_delete
Delete a JIRA sprint by ID. Pass confirm:true to authorize irreversible deletion; otherwise no API call is made.
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. |