Skip to main content

revokeAppAuthorization

Revoke a previously-granted app authorization and immediately revoke the user's live app tokens for it. Requires a SESSION token.

revokeAppAuthorization(
appId: BigInt!
): Boolean!

Arguments

revokeAppAuthorization.appId ● BigInt! non-null scalar

Numeric id of the app whose authorization (consent grant) to revoke (BigInt as a decimal string).

Type

Boolean scalar

The Boolean scalar type represents true or false.