# Delete a Fleet Server host
**DELETE /api/fleet/fleet_server_hosts/{itemId}**
**Spaces method and path for this operation:**
delete /s/{space_id}/api/fleet/fleet_server_hosts/{itemId}
Refer to [Spaces](http://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.
Delete a Fleet Server host by ID.
[Required authorization] Route required privileges: fleet-settings-all.
## Servers
- http://localhost:5601: http://localhost:5601 ()
## Authentication methods
- Api key auth
- Basic auth
## Parameters
### Headers
- **kbn-xsrf** (string)
A required header to protect against CSRF attacks
### Path parameters
- **itemId** (string)
## Responses
### 200
OK: A successful request.
#### Body: application/json (object)
- **id** (string)
### 400
A bad request.
#### Body: application/json (object)
- **error** (string)
- **errorType** (string)
- **message** (string)
- **statusCode** (number)
[Powered by Bump.sh](http://bump.sh)