Skip to main content
POST
/
v2
/
workflows
/
{id}
/
cancel
Cancel workflow run
curl --request POST \
  --url https://api.portable.io/v2/workflows/{id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "data": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer<int>
required

ID

Response

OK

data
boolean
required