POST
/
api
/
v1
/
flows
/
executions
/
{execution_id}
/
cancel
Cancel Execution
curl --request POST \
  --url https://agent-studio.thena.ai/api/v1/flows/executions/{execution_id}/cancel \
  --header 'x-api-key: <api-key>'
"<any>"

Authorizations

x-api-key
string
header
required

Path Parameters

execution_id
string
required

Response

200
application/json

Successful Response

The response is of type any.