library
turbot/pipes
Get Involved
Version
Pipeline: Delete Organization Workspace
Deletes the workspace specified in the request.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run pipes.pipeline.delete_organization_workspace \ --arg 'org_handle=<string>' \ --arg 'workspace_handle=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = pipes.pipeline.delete_organization_workspace args = { org_handle = <string> workspace_handle = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.pipes | Yes | Name of Pipes connection to use. If not provided, the default Pipes connection will be used. | connection.pipes.default |
org_handle | string | Yes | The handle of the organization where the workspace exist. | - |
workspace_handle | string | Yes | Provide the handle of the workspace which needs to be deleted. | - |
Outputs
Name | Description |
---|---|
organization_workspace | The deleted workspace. |