delete_pipeline_variable
Remove a pipeline variable from a Bitbucket repository to manage CI/CD configuration and eliminate unused or sensitive environment settings.
Instructions
Delete a pipeline variable.
Args:
repo_slug: Repository slug
variable_uuid: Variable UUID (from list_pipeline_variables)
Returns:
Confirmation of deletionInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| variable_uuid | Yes |