Introduction
Unenrolls one or more devices from a Device Add-In. Stops billing and removes enrollment from MyGeotab. Only reseller users can call this method.
Parameters

accountId

The account ID that owns the devices.

apiKey

The API key (User ID) of the authenticated reseller.

databaseName

The database name where the devices are registered.

deviceSerialNumbers

The list of device serial numbers to unenroll.

sessionId

The session ID of the authenticated reseller.

solutionId

The Solution ID of the Add-In to unenroll devices from.
Return value
ApiUnenrollDeviceAddInResponse containing per-device success or failure results.
Code samples

Loading API Runner...