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
Example response
{
"success": true
}