Skip to main content
DELETE
/
v1
/
people
/
{id}
/
host
/
{hostId}
Remove host (device) from Fleet
curl --request DELETE \
  --url http://localhost:3333/v1/people/{id}/host/{hostId} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "authType": "api-key"
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

id
string
required

Member ID

Example:

"mem_abc123def456"

hostId
number
required

FleetDM host ID

Example:

1

Response

Host removed from Fleet successfully

success
boolean

Indicates successful removal

Example:

true

authType
enum<string>

How the request was authenticated

Available options:
api-key,
session