Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://app.octavehq.com/api/v2/agents/delete \ --header 'api_key: <api-key>'
{ "_metadata": { "requestId": "requestId", "timestamp": "2021-01-01T00:00:00.000Z", "usage": 0, "message": "message" }, "data": { "oId": "<string>", "name": "<string>", "description": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "costToRun": 123, "data": "<unknown>", "warnings": [ "<string>" ] } }
Soft delete an Agent by OId. The agent will be marked as deleted but not permanently removed.
Agent OId
Deleted agent data
Show child attributes