Use the deleteSIBLink command to delete a service integration bus link from a bus.
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.
print AdminTask.help('SIBAdminCommands')
print AdminTask.help('command_name')
AdminConfig.save()
The deleteSIBLink command deletes a bus link from a bus.
A bus.
None.
None.
AdminTask.deleteSIBLink('[-bus bus1 -messagingEngine node01.server1-bus1 -sibLink mySIBLink]')