Purge Client Log

Purges the client log at the domain level. The purge can be done synchronously or asynchronously.

Syntax

void purgeClientLog(ClientLogPurgeOptionVO purgeOption, Boolean synchronous) throws SUPAdminException;

Returns

If successful, purges the client log using the schedule. If unsuccessful, returns SUPAdminException.

Examples