---
title: "Remove host (device) from Fleet"
method: DELETE
path: "/v1/people/{id}/host/{hostId}"
tags: ["People"]
---

# Remove host (device) from Fleet

`DELETE /v1/people/{id}/host/{hostId}`

Removes a single host (device) from FleetDM by host ID. Only organization owners can perform this action. Validates that the organization exists and the member exists within the organization.

## Path parameters

- `id` string, required
- `hostId` number, required

## Response `200`

Host removed from Fleet successfully

- object
  - `success` boolean — Indicates successful removal
  - `authType` 'api-key' | 'session' — How the request was authenticated

## Other responses

- `401` — Unauthorized - Invalid authentication, insufficient permissions, or not organization owner
- `404` — Organization or member not found
- `500` — Internal server error

---

[API](https://skmtc.net/om-network/apis/betayum-api.md) · [All operations](https://skmtc.net/om-network/apis/betayum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/om-network/betayum-api/versions/1c5403653ecf/schema)
