library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Delete API Key

This pipeline deletes an API key in Google Cloud.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.delete_api_key \
--arg 'project_id=<string>' \
--arg 'api_key_uid=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = gcp.pipeline.delete_api_key
args = {
project_id = <string>
api_key_uid = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
api_key_uidstringYesThe UID of the API key to delete.-

Outputs

NameDescription
api_key_deletion_infoInformation about the deleted API key.