cURL
curl --request DELETE \ --url https://api.roe-ai.com/v1/agents/{agent_id}/
{ "message": "<string>" }
Delete a specific base agent.
A UUID string identifying this base agent.
Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.
Base agent deleted successfully.