delete_label
Permanently delete a label by ID, removing it from all issues. Requires the label ID from list_labels for confirmation.
Instructions
Permanently delete a label by id (number — NOT the name). IRREVERSIBLE and also removes it from EVERY issue that currently has it. Get the id from list_labels and confirm with the user before deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Label ID | |
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO) | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER) |