---
title: "Remove a host from a fleet's static membership"
method: DELETE
path: "/fleets/{id}/members/{hostId}"
tags: ["Fleets"]
---

# Remove a host from a fleet's static membership

`DELETE /fleets/{id}/members/{hostId}`

Only removes the static membership row - a host still matched by the fleet's tag rules remains an effective member.

## Path parameters

- `id` integer, required
- `hostId` integer, required

## Response `200`

Host removed.

## Other responses

- `404` — Fleet or membership not found.

---

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