Cancel authorization invitation

Development contract: availability requires the invitation feature release. API-key-derived JWT only; other OAuth bearers are rejected. Machine visibility is limited to the initiating M2M client. Cancels an unfinished invitation; completed authorizations are not revoked.

Requires every scope: authorization-invitations:write.

Authentication

AuthorizationBearer

JWT returned by POST /api/auth/token-exchange. Amazon and authorization invitations require API-key-derived tokens.

Path parameters

idstringRequired

Storage/server/environment resource ID as applicable.

Response

Success
idstring
providerenum
originenum
externalCustomerReferencestring or null
optionsobject
statusenum
authorizationIdinteger or null
createdAtdatetime
expiresAtdatetime
completedAtdatetime or null
providerMetadataobjectOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
503
Service Unavailable Error