v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141610169.0 KB

Terminates and cleans up a workflow run, stopping all associated acts and sessions.

delete/workflow-definitions/{workflowDefinitionName}/workflow-runs/{workflowRunId}

Path parameters

workflowDefinitionNamestring required

The name of the workflow definition containing the workflow run.

workflowRunIdstring required

The unique identifier of the workflow run to delete.

Response

Success

status'RUNNING' | 'SUCCEEDED' | 'FAILED' | 'TIMED_OUT' | 'DELETING' required

The status of the workflow run after deletion request.