API referenceMissions
Cancel an active mission turn
Requests cancellation of the active turn. Confirm cancellation by watching for turn.cancelled followed by session.waiting.
Authorization
bearerAuth AuthorizationBearer <token>
Use an API key beginning with bh_live_.
In: header
Path Parameters
sessionId*string
Durable mission identifier returned when the mission starts.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/eve/v1/session/string/cancel" \ -H "Content-Type: application/json" \ -d '{}'{ "ok": true, "sessionId": "string", "status": "accepted"}