curl --request POST \
--url https://api.example.com/workflow-executions/{execution_id}/cancel \
--cookie fastapiusersauth={
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get a workflow execution.
curl --request POST \
--url https://api.example.com/workflow-executions/{execution_id}/cancel \
--cookie fastapiusersauth={
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?