Removes the current identity's game activity.
Use a bare-bones client and the command you need to make an API call.
import { IdentityServiceClient, RemoveIdentityGameActivityCommand } from "@rivet-gg/identity"; // ES Modules import // const { IdentityServiceClient, RemoveIdentityGameActivityCommand } = require("@rivet-gg/identity"); // CommonJS import const client = new IdentityServiceClient(config); const command = new RemoveIdentityGameActivityCommand(input); const response = await client.send(command);
RemoveIdentityGameActivityCommandInput for command's input shape.
input
RemoveIdentityGameActivityCommandOutput for command's response shape.
response
config for IdentityServiceClient's config shape.
config
Removes the current identity's game activity.
Use a bare-bones client and the command you need to make an API call.
import { IdentityServiceClient, RemoveIdentityGameActivityCommand } from "@rivet-gg/identity"; // ES Modules import // const { IdentityServiceClient, RemoveIdentityGameActivityCommand } = require("@rivet-gg/identity"); // CommonJS import const client = new IdentityServiceClient(config); const command = new RemoveIdentityGameActivityCommand(input); const response = await client.send(command);RemoveIdentityGameActivityCommandInput for command's
inputshape.RemoveIdentityGameActivityCommandOutput for command's
responseshape.config for IdentityServiceClient's
configshape.