Use the deleteWSGWProxyService command to delete a proxy service configuration.
You can delete a proxy service configuration by using the wsadmin tool as described in this topic, or by using the administrative console as described in Deleting proxy service configurations.
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 scripts using wsadmin scripting .
print AdminTask.help('WSGateway')
print AdminTask.help('command_name')
AdminConfig.save()
This command deletes a proxy service.
ObjectName of the ProxyService object.
The command deletes the proxy destinations, outbound service, outbound ports, inbound service and inbound port enablement objects.
None.
AdminTask.deleteWSGWProxyService(proxyService)
$AdminTask deleteWSGWProxyService $proxyService