Skip to main content

agentDelete

Delete an agent by its unique identifier.

Possible errors:

  • AGENT_NOT_FOUND_ERROR: Agent with specified ID does not exist
  • AGENT_DELETE_ERROR: Failed to delete agent due to system issuesAUTH: Role=[configuration.OWNER]
agentDelete(
id: ID!
): Boolean!

Arguments

agentDelete.id ● ID! non-null scalar

Unique identifier for the agent to delete.

Type

Boolean scalar

The Boolean scalar type represents true or false.