public static synchronized void unregisterProvider (String providerID) throws SyncFactoryException

Removes the designated currently registered synchronization provider from the Factory SPI register.

Parameters:
providerID    The unique-id of the synchronization provider

Exceptions:
SyncFactoryException    If an attempt is made to unregister a SyncProvider implementation that was not registered.