Purge Subscription

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

Syntax

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

Returns

If successful, purges subscriptions using current settings. If unsuccessful, returns SUPAdminException.

Examples