DELETE
/
workflows
/
{workflow_id}
/
runs
/
{run_id}
{
  "workflow_id": "<string>",
  "workflow_run_id": "<string>",
  "updated_at": "2023-11-07T05:31:56Z",
  "status": "updated"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

run_id
string
required
workflow_id
string
required

Response

Successful Response

workflow_id
string
required
workflow_run_id
string
required
updated_at
string<date-time>
required
status
enum<string>
default:updated
Available options:
updated,
stopped