Method: projects.locations.workflows.executions.deleteExecutionHistory

Deletes all step entries for an execution.

HTTP request

POST https://workflowexecutions.googleapis.com/v1/{name=projects/*/locations/*/workflows/*/executions/*}:deleteExecutionHistory

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the execution for which step entries should be deleted. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}

Authorization requires the following IAM permission on the specified resource name:

  • workflows.executions.cancel

Request body

The request body must be empty.

Response body

If successful, the response body is empty.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.