Introduction
Removes auto-enrollment groups for a Device Add-In on a specific database. Devices in the listed groups will no longer be auto-enrolled in the Add-In going forward. Only reseller users can call this method. by default ( omitted or true), devices that were previously auto-enrolled via these groups are also unenrolled from the Add-In as part of the removal. Pass false explicitly to keep those devices enrolled and only change the auto-enrollment configuration going forward. The applied value is echoed back in the response as UnenrolledDevices.
MyGeotab groups are hierarchical. Removing a parent group ID implicitly removes all of its descendant (child) groups — auto-enrollment will be cleared for devices in any child group as well. If is true, devices in those child groups are also unenrolled.
Groups not currently configured for the Add-In are accepted by MyGeotab and treated as a no-op for that group. is required: null, empty, or entries that are null/whitespace will be rejected with a MyAdminException.
Parameters

accountId

The account ID for access validation.

apiKey

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

databaseName

The database name the Add-In is installed on.

groupIds

The MyGeotab auto-enrollment group IDs to remove. Must contain at least one non-empty value.

sessionId

The session ID of the authenticated reseller.

solutionId

The Solution ID of the Add-In to remove groups from.

unenrollDevices

Optional. When true (default), devices auto-enrolled via the removed groups are also unenrolled. When false, devices stay enrolled and only the auto-enrollment configuration changes.
Return value
ApiRemoveAutoEnrollmentGroupsForAddInResponse echoing what the request targeted.
Code samples

Loading API Runner...