Delete Agent Config
DELETE/api/agents/:agent_id
Delete an agent configuration. Verifies the agent belongs to the current user's tenant.
Args: agent_id: The agent configuration ID web_context: Current authenticated user service: AgentConfigService instance
Raises: HTTPException: If deletion fails or agent doesn't belong to user's tenant
Request
Responses
- 204
- 404
- 422
Successful Response
Not found
Validation Error