Purge Unused Devices

Purges devices based on the number of inactive days specified. The purge can be done synchronously or asynchronously.

Syntax

void purgeDevices(Integer days, Boolean synchronous) throws SUPAdminException;

Returns

If successful, purges unused devices based on the number of inactive days. If unsuccessful, returns SUPAdminException.

Examples