Use the removeSCMConnectivityProvider command to remove a Service Connectivity Management (SCM) connectivity provider.
$AdminTask help SCMAdminCommands
print AdminTask.help('SCMAdminCommands')
AdminTask help command_name$
print AdminTask.help('command_name')
>>-wsadmin-- --removeSCMConnectivityProvider--+ -name--+----------><
'-target-'
The removeSCMConnectivityProvider removes
a connectivity provider that has been named or supplied as a target
object. An exception is thrown if there are still proxy gateway modules
deployed to the target server or cluster representing group proxies
created on this connectivity provider. The group proxies should be
removed via the Service Federation Management console or, if the connectivity
provider is no longer managed by the console, the proxy gateway modules
should be manually removed by the IBM® Business Process Manager administrator.
See Service Connectivity
Management usage of Service Component Architecture modules:
for
information on the relationship between group proxies and proxy gateway
modules.
$AdminTask removeSCMConnectivityProvider {-name myProvider}
AdminTask.removeSCMConnectivityProvider('[-name myProvider]')