Skip to main content
DELETE
/
v1
/
agents
/
{agent_id}
curl --request DELETE \
  --url "https://api.roe-ai.com/v1/agents/YOUR_AGENT_ID/" \
  --header "Authorization: Bearer YOUR_API_KEY"
{
  "detail": "<string>"
}
curl --request DELETE \
  --url "https://api.roe-ai.com/v1/agents/YOUR_AGENT_ID/" \
  --header "Authorization: Bearer YOUR_API_KEY"

Path Parameters

agent_id
string<uuid>
required

A UUID string identifying this base agent.

Response

Base agent deleted successfully.