Delete an agent
Spaces method and path for this operation:
delete /s/{space_id}/api/fleet/agents/{agentId}
Refer to Spaces for more information.
Delete an agent by ID.
[Required authorization] Route required privileges: fleet-agents-all.
DELETE
/api/fleet/agents/{agentId}
curl \
--request DELETE 'http://localhost:5601/api/fleet/agents/{agentId}' \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: true"