AgentReferenceInput
Input type for defining an individual agent and its versions for bulk deletion.
input AgentReferenceInput {
id: ID!
agentVersionIds: [ID!]
}
Fields
AgentReferenceInput.id ● ID! non-null scalar miscellaneous
Unique identifier of the AI Agent to be deleted.
AgentReferenceInput.agentVersionIds ● [ID!] list scalar miscellaneous
Array of specific agent version IDs to delete. If empty or not provided, all versions of the agent will be deleted along with the agent itself.
Member Of
AiAgentBulkDeleteInput input
Was this topic helpful?