AiAgentBulkDeleteResult
Result of deleting multiple AI Agents by ID. Returned on success; on failure a GraphQL Error is returned and no partial deletion occurs.
type AiAgentBulkDeleteResult {
agentsDeleted: Int!
}
Fields
AiAgentBulkDeleteResult.agentsDeleted ● Int! non-null scalar miscellaneous
Number of AI Agents deleted. The count of agent entities permanently removed from the registry in this operation.
Returned By
aiAgentBulkDelete mutation
Was this topic helpful?