Skip to main content

gameModelDeleteAutomationTrigger

Delete an automation event trigger by id. Requires app-admin ('manage_apps'). Returns true if one was deleted.

gameModelDeleteAutomationTrigger(
appId: BigInt!
triggerId: String!
): Boolean!

Arguments

gameModelDeleteAutomationTrigger.appId ● BigInt! non-null scalar

The app (tenant) that owns the trigger.

gameModelDeleteAutomationTrigger.triggerId ● String! non-null scalar

The trigger id (UUID) to delete.

Type

Boolean scalar

The Boolean scalar type represents true or false.