Skip to main content

gameModelDeleteFunction

Delete a studio-defined function by name. Requires app-admin ('manage_apps'). DESTRUCTIVE. Returns true if a function was deleted.

gameModelDeleteFunction(
appId: BigInt!
name: String!
): Boolean!

Arguments

gameModelDeleteFunction.appId ● BigInt! non-null scalar

The app (tenant) that owns the function.

gameModelDeleteFunction.name ● String! non-null scalar

The function name to delete.

Type

Boolean scalar

The Boolean scalar type represents true or false.