Delete pipeline schedule variable
delete_pipeline_schedule_variableDelete a GitLab pipeline schedule variable by specifying project, schedule ID, and key. Removes the variable without returning its previous value.
Instructions
Delete a pipeline schedule variable without returning its former value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| pipeline_schedule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |