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"
{
  "message": "<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.

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.