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 ID that owns the devices.

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...