cURL
curl --request DELETE \ --url https://api.logfleet.io/api/v1/agents/{id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "message": "<string>" }
Remove an agent from the organization
JWT token obtained from /auth/login
Agent ID
Agent deleted