Skip to main content
DELETE
/
api
/
v1
/
agents
/
{name}
Delete agent
curl --request DELETE \
  --url http://localhost:3000/api/v1/agents/{name} \
  --cookie nut-session=
{
  "success": true,
  "data": {}
}

Authorizations

nut-session
string
cookie
required

Session cookie authentication

Path Parameters

name
string
required

Agent name

Response

Agent deleted

success
boolean
required
data
object