Waiting for engine...
Skip to main content

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 {#agents-deleted}

Number of AI Agents deleted. The count of agent entities permanently removed from the registry in this operation.

Returned By​

aiAgentBulkDelete mutation

On this Page