Use the deleteSIBForeignBus command to delete a foreign 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 using wsadmin scripting.
print AdminTask.help('SIBAdminCommands')
print AdminTask.help('command_name')
AdminConfig.save()
This command deletes a foreign bus. The command does not affect the service integration bus for which the foreign bus was created.
A foreign bus.
None.
None.
AdminTask.deleteSIBForeignBus('[-bus bus1 -name foreignbus1]')