computeDeleteTrigger
Delete a compute-module trigger by id. Returns true when a trigger was deleted. Requires the org 'manage_compute' permission.
computeDeleteTrigger(
appId: BigInt!
triggerId: String!
): Boolean!
Arguments
computeDeleteTrigger.appId ● BigInt! non-null scalar
The app (tenant) that owns the trigger.
computeDeleteTrigger.triggerId ● String! non-null scalar
The trigger id (UUID) to delete.
Type
Boolean scalar
The Boolean scalar type represents true or false.