gitlab_delete_label
Delete a label from a GitLab project by providing the project ID and the label name.
Instructions
Delete a project label (/projects/:id/labels/:label_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | GitLab project ID. Omit this field unless the user explicitly provided a value. When omitted, the tool tries the current runtime config defaults from WORKFLOW_ISSUE_PROJECT_ID or WORKFLOW_CODE_PROJECT_ID. If both are unset, or both are set to different values, the tool returns a missing-parameter error and you must pass project_id explicitly. Do not infer or auto-generate this value. | |
| label_name | No | Label name to delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded. | |
| tool | Yes | Tool name. | |
| data | No | Label deletion result payload. | |
| error_type | No | Error type when ok=false. | |
| message | No | Error message when ok=false. |