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 {#id}
Unique identifier of the AI Agent to be deleted.
AgentReferenceInput.agentVersionIds ● [ID!] list scalar miscellaneous {#agent-version-ids}
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.
Was this topic helpful?