library
turbot/pipes
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Delete User Workspace

Deletes the workspace specified in the request by the user.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run pipes.pipeline.delete_user_workspace \
--arg 'user_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_user_workspace
args = {
user_handle = <string>
workspace_handle = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.pipes
YesName of Pipes connection to use. If not provided, the default Pipes connection will be used.connection.pipes.default
user_handle
string
YesThe handle of the user where the workspace exist.-
workspace_handle
string
YesProvide the handle of the workspace which needs to be deleted.-

Outputs

NameDescription
user_workspaceDeleted workspace details.