Purge Subscription

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

Syntax

void purgeSubscription(SubscriptionPurgeOptionVO purgeOption, Boolean synchronous) throws SUPAdminException;

Returns

If successful, purges subscriptions using the schedule. If unsuccessful, returns SUPAdminException.

Examples