Use the deleteSIBMediation command to delete a mediation.
To run the command, use the AdminTask object of the wsadmin scripting client.
The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere Application Server scripts using wsadmin scripting.
print AdminTask.help('SIBAdminCommands')
print AdminTask.help('command_name')
AdminConfig.save()
This command deletes a mediation. If the mediation point relates to a WebSphere® MQ queue, the contents of the mediation point are not deleted.
None.
None.
None.
wsadmin>AdminTask.deleteSIBMediation(["-bus", "abus", "-mediationName", "switchMed"])
wsadmin>$AdminTask deleteSIBMediation {-bus abus -mediationName switchMed}