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. Supports both API key authentication (X-API-Key header) and session authentication (Bearer token or cookies).

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
}

Changes