AgentWithAliasesInput
Input type for specifying an agent and its aliases to delete in a single coordinated operation.
input AgentWithAliasesInput {
agentId: ID!
aliasIds: [ID!]!
}
Fields
AgentWithAliasesInput.agentId ● ID! non-null scalar miscellaneous
Unique identifier of the AI Agent whose aliases are to be deleted.
AgentWithAliasesInput.aliasIds ● [ID!]! non-null scalar miscellaneous
Array of alias IDs to delete.
Member Of
AiAliasesDeleteInput input
Was this topic helpful?