Delete
|
|||||
|
|
||||
Deletes a workflow template. It does not cancel in-progress workflows
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
Input
This building block consumes 2 input parameters
| Name | Format | Description |
|---|---|---|
name Required |
STRING |
Required. The "resource name" of the workflow template, as described in https://cloud.google.com/apis/design/resource_names of the form projects/{project_id}/regions/{region}/workflowTemplates/{template_id} |
version |
INTEGER |
Optional. The version of workflow template to delete. If specified, will only delete the template if the current server version matches specified version |
= Parameter name
= Format
|
name STRING Required Required. The "resource name" of the workflow template, as described in https://cloud.google.com/apis/design/resource_names of the form projects/{project_id}/regions/{region}/workflowTemplates/{template_id} |
|
version INTEGER Optional. The version of workflow template to delete. If specified, will only delete the template if the current server version matches specified version |