Skip to main content
DELETE
/
api
/
v1
/
agents
/
{agent_id}
Delete an agent
curl --request DELETE \
  --url https://agents.nanonets.com/api/v1/agents/{agent_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Workspace API key issued from the web app. Pass as Authorization: Bearer YOUR_API_KEY.

Path Parameters

agent_id
string<uuid>
required

UUID of the agent.

Response

Agent deleted.