3.8.5.2 INetworkingService.RemoveClient

This operation permanently removes a client from the dashboard. This operation requires administrator access and can only be called locally.

 <wsdl:operation name="RemoveClient">
   <wsdl:input wsam:Action="http://tempuri.org/INetworkingService/RemoveClient" message="tns:INetworkingService_RemoveClient_InputMessage" />
   <wsdl:output wsam:Action="http://tempuri.org/INetworkingService/RemoveClientResponse" message="tns:INetworkingService_RemoveClient_OutputMessage" />
   <wsdl:fault wsam:Action="http://tempuri.org/INetworkingService/RemoveClientArgumentExceptionFault" name="ArgumentExceptionFault" message="tns:INetworkingService_RemoveClient_ArgumentExceptionFault_FaultMessage" />
 </wsdl:operation>

Upon receiving the INetworkingService_RemoveClient_InputMessage request message, the protocol server is notified that the connection is terminating. Upon successful completion of the action, the server MUST respond with INetworkingService_RemoveClient_OutputMessage. In the event of a failure, an appropriate SOAP fault MUST be sent to the client as specified in section 2.2.2.1.