Skip to main content
DELETE
/
api
/
v1
/
agents
/
{id}
Delete agent
curl --request DELETE \
  --url https://api.logfleet.io/api/v1/agents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token obtained from /auth/login

Path Parameters

id
string<uuid>
required

Agent ID

Response

Agent deleted