Introduction
Unenrolls all currently enrolled devices in a database from a Device Add-In. The work is queued for background processing; per-device results are not returned synchronously. Only reseller users can call this method.
Parameters

accountId

The account that owns the devices. Accepts either the integer account id (e.g. 90) or the string ERP/reseller account code (e.g. "STAF01"); the API auto-detects which form was supplied.

apiKey

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

databaseName

The database name where the devices are registered.

sessionId

The session ID of the authenticated reseller.

solutionId

The Solution ID of the Add-In to unenroll devices from.
Return value
ApiBulkDeviceAddInJobResponse with the queued job ID for support correlation.
Code samples

Loading API Runner...