Use the uninstallServiceMap command to uninstall one ore more service maps.
The name of a service map, as returned by the installServiceMap command.
None.
The examples display how a service map named MyServiceMap is uninstalled.
Using Jython string:
AdminTask.uninstallServiceMap("MyServiceMap")
CWSMW0223I: Successfully uninstalled service map "MyServiceMap".
Using Jacl:
$AdminTask uninstallServiceMap MyServiceMap
CWSMW0223I: Successfully uninstalled service map "MyServiceMap".