cURL
curl --request DELETE \ --url https://api.example.com/api/agents/{id}
Delete an agent
Documentation IndexFetch the complete documentation index at: https://docs.orova.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.orova.ai/llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE "https://app.orova.ai/api/agents/AGENT_ID" \ -H "x-api-key: YOUR_API_KEY"
id
{ "message": "Agent deleted successfully" }