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
Example response
{
"message": "Agent deleted successfully"
}