Flows
Cancel a running flow
Cancels an ongoing run of a flow by flow ID. If the flow is not running, this operation has no effect. You can use /v2/flows/{id}/status
to check the status of this run.
POST
/
v2
/
flows
/
{id}
/
cancel
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the flow whose execution you want to cancel