AiAliasesDeleteInput
Input type for deleting multiple AI Agent aliases from the AI Agent Registry in a single operation.
input AiAliasesDeleteInput {
aiAgentsWithAliases: [AgentWithAliasesInput!]!
}
Fields
AiAliasesDeleteInput.aiAgentsWithAliases ● [AgentWithAliasesInput!]! non-null input agent-control-tower
Array of agents with their aliases to be deleted. Must contain at least one entry.
Member Of
aiAliasesDelete mutation
Was this topic helpful?