Delete group CI/CD variable
delete_group_ci_variableDelete a GitLab group-level CI/CD variable by group ID or path and key, optionally filtered by environment scope. Performs the deletion without reading back the variable value.
Instructions
Delete a group CI/CD variable without returning its former value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| group | Yes | GitLab group ID or full path such as parent/subgroup. | |
| filter_environment_scope | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |