POST
/
v2
/
flows
/
{id}
/
cancel
curl --request POST \
  --url https://api.portable.io/v2/flows/{id}/cancel \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

ID of the flow whose execution you want to cancel