uninstallPlayerCode
Uninstall: removes the registered instances, grid client attachments, and fetch rights. The acquisition row is RETAINED for audit; reinstalling later needs no new acquisition. Returns false when no matching active install exists.
uninstallPlayerCode(
appId: BigInt!
installId: String!
): Boolean!
Arguments
uninstallPlayerCode.appId ● BigInt! non-null scalar
App of the install.
uninstallPlayerCode.installId ● String! non-null scalar
UUID of the install to remove.
Type
Boolean scalar
The Boolean scalar type represents true or false.