Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://agents.nanonets.com/api/v1/agents/{agent_id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Soft-delete an agent. Subsequent calls referencing this agent return 404.
Workspace API key issued from the web app. Pass as Authorization: Bearer YOUR_API_KEY.
Authorization: Bearer YOUR_API_KEY
UUID of the agent.
Agent deleted.