v62

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-31136116265.6 KB
project

Remove Device from Fleets

delete/v1/projects/{projectOrProductUID}/devices/{deviceUID}/fleets

Request body

fleet_uidsstring[] required

The fleetUIDs to remove from the device.

Response

The response body from a fleets endpoint.

Example response

{
  "fleets": [
    {
      "connectivity_assurance": {
        "enabled": true
      }
    }
  ]
}