Skip to main content
DELETE
/
v1
/
agents
/
{agent_id}
Delete a base agent.
curl --request DELETE \
  --url https://api.roe-ai.com/v1/agents/{agent_id}/
{
  "message": "<string>"
}

Path Parameters

agent_id
string<uuid>
required

A UUID string identifying this base agent.

Query Parameters

organization_id
string<uuid>

Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.

Response

Base agent deleted successfully.