Delete an agent
agent
Delete an agent
Permanently delete an agent configuration.
Args:
agent_id (str): The agent to delete.
user_id (str): Injected authenticated user ID.
storage (StorageBase): Injected storage backend.
Raises:
HTTPException: 404 if the agent does not exist or does not belong
to the authenticated user.
DELETE
Delete an agent