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