v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
People

Remove host (device) from Fleet

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.

delete/v1/people/{id}/host/{hostId}

Path parameters

idstring required
Example:mem_abc123def456

Member ID

hostIdnumber required
Example:1

FleetDM host ID

Response

Host removed from Fleet successfully

successboolean

Indicates successful removal

authType'api-key' | 'session'

How the request was authenticated

Example response

{
  "success": true
}