deletePlayerWasmPolicy
Delete a player-compute policy row; covered players fall back to the next most general scope. Returns false when no matching row exists. Requires 'manage_compute'.
deletePlayerWasmPolicy(
appId: BigInt!
scope: String!
scopeRef: BigInt
): Boolean!
Arguments
deletePlayerWasmPolicy.appId ● BigInt! non-null scalar
App owning the policy row.
deletePlayerWasmPolicy.scope ● String! non-null scalar
'app_default', 'tier', 'grid', or 'user'.
deletePlayerWasmPolicy.scopeRef ● BigInt scalar
Tier/grid/user id; omit for app_default.
Type
Boolean scalar
The Boolean scalar type represents true or false.