Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Successful Response
The response is of type any
.
Cancel a currently executing workflow run, stopping all active steps and cleanup. Note: Complex workflows with multiple parallel steps may take time to fully cancel.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type any
.