v11

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29273578.1 KB
Agents

Delete Agent

Delete an existing agent and clean up associated resources (including icon from R2 storage)

delete/api/v1/agents/{id}

Path parameters

idstring required

The unique identifier

Example:12345

Response

Agent deleted successfully

messagestring required

Example response

{
  "message": "Agent deleted successfully"
}