delete_milestone
Permanently delete a milestone by ID. Issues keep existing but lose the milestone assignment. Confirm with the user first; prefer closing the milestone instead.
Instructions
Permanently delete a milestone by id. IRREVERSIBLE. Issues assigned to it are NOT deleted — they keep existing but lose the milestone assignment (milestone becomes null). Confirm with the user first; prefer update_milestone({ state: 'closed' }) to preserve history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Milestone ID | |
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO) | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER) |