Delete a Fleet Server host
Delete a Fleet Server host by ID.
[Required authorization] Route required privileges: ALL of [fleet-settings-all].
Path parameters
-
itemId
string Required
DELETE
/api/fleet/fleet_server_hosts/{itemId}
curl \
--request DELETE 'http://localhost:5622/api/fleet/fleet_server_hosts/{itemId}' \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: true"
Response examples (200)
{
"id": "string"
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}