Use the deleteSIBMediation command to delete a mediation.
To run the command, use the AdminTask object of the wsadmin scripting client.
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}