Cancel an action run
Requests cancellation of a run in the space. Requires space:contribute (denied → 403). No request body. Returns 200 { data: ActionRun } with the run’s updated state (typically transitioning toward failed). A runId from another space returns 404.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
runId
Response
The run, with its updated state.
data