Waiting for engine...
Skip to main content

AiAliasesDeleteResult

Result of deleting multiple AI Agent aliases. Returned on success; on failure a GraphQL Error is returned and no partial deletion occurs.

type AiAliasesDeleteResult {
aliasesDeleted: Int!
agentsDeleted: Int!
}

Fields

AiAliasesDeleteResult.aliasesDeleted ● Int! non-null scalar miscellaneous

Number of AI Agent aliases deleted (primary count; always present).

AiAliasesDeleteResult.agentsDeleted ● Int! non-null scalar miscellaneous

Number of AI Agents deleted (e.g. when DRAFT/TestAlias was deleted and agent had no other versions).

Returned By

aiAliasesDelete mutation

On this Page