Skip to main content
POST
/
workflow-executions
/
{execution_id}
/
cancel
Cancel Workflow Execution
curl --request POST \
  --url https://api.example.com/workflow-executions/{execution_id}/cancel \
  --cookie fastapiusersauth=
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

execution_id
string
required

Query Parameters

workspace_id
string<uuid>
required

Response

Successful Response