gameModelDeleteAutomation
Delete an automation by name (also removes its event triggers). Requires app-admin ('manage_apps'). DESTRUCTIVE. Returns true if one was deleted.
gameModelDeleteAutomation(
appId: BigInt!
name: String!
): Boolean!
Arguments
gameModelDeleteAutomation.appId ● BigInt! non-null scalar
The app (tenant) that owns the automation.
gameModelDeleteAutomation.name ● String! non-null scalar
The automation name to delete.
Type
Boolean scalar
The Boolean scalar type represents true or false.