v1

latestOpenAPI 3.1.02026-07-26751285.0 KB
agents

Delete an agent

Permanently deletes an agent

delete/api/agents/{agentId}

Path parameters

agentIdstring uuid required

ID of the agent to delete

Response

Agent deleted successfully

successboolean
messagestring

Example response

{
  "success": true
}