delete_label
Permanently delete a label by its numeric ID. This removes the label from all issues and is irreversible; confirm before use.
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) |