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
}Changes
Changed in 1 of the 51 revisions of this API.1
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●