---
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

## Changes

- **2026-03-05** `946edaa856a9` — 1 warning
  - deleted the `header` request parameter `X-Organization-Id`

[Change history](https://skmtc.dev/om-network/apis/betayum-api/changes/v1/people/:id/host/:hostId/delete.md)

---

[API](https://skmtc.dev/om-network/apis/betayum-api.md) · [All operations](https://skmtc.dev/om-network/apis/betayum-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/om-network/betayum-api/revisions/95679a9aa625/schema)
