Deletes a workflow with the specified name. This method also cancels and deletes all running executions of the workflow.
HTTP request
DELETE https://workflows.googleapis.com/v1/{name=projects/*/locations/*/workflows/*}
The URL uses gRPC Transcoding syntax.
Path parameters
name
string
Required. Name of the workflow to be deleted. Format: projects/{project}/locations/{location}/workflows/{workflow}
Authorization requires the following IAM
permission on the specified resource name
:
-
workflows.workflows.delete
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

