# Delete agent Deletes an AI agent. Endpoint: DELETE /agents/{agentId} Version: 1.0.0 Security: ApiKeyAuth, OrgIdAuth ## Path parameters: - `agentId` (string, required) Unique identifier for the AI agent Example: "6310db44-39c9-4e4d-8b67-83c45700e545" ## Response 400 fields (application/json): - `error` (string) Error message Example: "Missing required headers" - `details` (string) Additional error details Example: "x-api-key and x-org-id headers are required" ## Response 401 fields (application/json): - `error` (string) Error message Example: "Missing required headers" - `details` (string) Additional error details Example: "x-api-key and x-org-id headers are required" ## Response 403 fields (application/json): - `error` (string) Error message Example: "Missing required headers" - `details` (string) Additional error details Example: "x-api-key and x-org-id headers are required" ## Response 404 fields (application/json): - `error` (string) Error message Example: "Missing required headers" - `details` (string) Additional error details Example: "x-api-key and x-org-id headers are required" ## Response 204 fields