cURL
curl --request POST \ --url https://api.portable.io/v2/flows/{id}/cancel \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
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.
/v2/flows/{id}/status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the flow whose execution you want to cancel
568971
OK