delete_label
Remove a label permanently from a GitLab group. Preview the deletion with dry-run mode to prevent accidental data loss.
Instructions
Delete a label from a group. dry_run=true by default. This is destructive and cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ID ou chemin URL du groupe GitLab (ex: '42' ou 'wanadev/kp1'). Si vous n'avez que le nom, appelez d'abord list_groups pour trouver le chemin exact. | |
| label_id | Yes | Label ID to delete | |
| dry_run | No | Dry run mode (default: true). When true, returns a preview of the action without executing it. Set to false only after user confirmation. |