Skip to main content

deleteUserAppState

DESTRUCTIVE: deletes the authenticated user’s per-app state row for appId and returns the deleted row. Requires a valid game token; acts only on the caller’s own state. Throws NotFound when no row exists.

deleteUserAppState(
appId: BigInt!
): UserAppState!

Arguments

deleteUserAppState.appId ● BigInt! non-null scalar

App (game) id whose state row to delete (BigInt as a decimal string).

Type

UserAppState object