Skip to main content

gameModelDeleteContainer

Delete a container instance. Cascades its instance properties and any edges connected to it. Allowed for an app admin or the container owner. Requires a valid token. DESTRUCTIVE. Returns true if a container was deleted.

gameModelDeleteContainer(
appId: BigInt!
containerId: String!
): Boolean!

Arguments

gameModelDeleteContainer.appId ● BigInt! non-null scalar

The app (tenant) that owns the container.

gameModelDeleteContainer.containerId ● String! non-null scalar

The container UUID to delete.

Type

Boolean scalar

The Boolean scalar type represents true or false.