Delete Label
gitlab_delete_labelIrreversibly delete a label from a GitLab project using its name or ID. Verify the label before deletion.
Instructions
Delete a label permanently. Irreversible. Requires name or label_id. Recommended pre-check: gitlab_get_label or gitlab_list_labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| label_id | No | ||
| project_id | No |