curl --request DELETE \ --url "https://api.roe-ai.com/v1/agents/YOUR_AGENT_ID/" \ --header "Authorization: Bearer YOUR_API_KEY"
{ "message": "<string>" }
Delete a specific base agent.
Documentation IndexFetch the complete documentation index at: https://docs.roe-ai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.roe-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
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.