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 team run. This will attempt to stop the team’s execution gracefully.
Note: Cancellation may not be immediate for all operations.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type any
.