Operations
Cancel operation
Request cancellation of a queued or running aggregate operation.
POST
/api/v1/operations/{operationID}/cancelAuthentication: REST bearer token required.
Parameters
operationIDUUIDrequiredPathThe aggregate operation UUID.
Responses
202Cancellation was accepted and the operation reflects its latest state.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
404The requested resource does not exist for this account.
409The request conflicts with the current resource state.