removeSubservice()

void removeSubservice(string ssid)

This method deletes a subservice.

Parameters

ssid
Format: string
Purpose: Specifies the subservice to be removed. Use getSubservicesForSubscription() or getSubserviceBySubserviceUsername() to obtain the SSID of a service.

Results

No results are returned by this method.

There are no messages defined by this method.

Faults

NoSuchItemException

This fault is returned when no subservice with the specified SSID exists.

Java client syntax

java -cp build/smilewsv2-client.jar [options]
 com.inomial.smile.client.v2.examples.RemoveSubservice ssid
ssid
Purpose: Specifies the subservice to be removed.
Note: For more information about the Java client and the options it accepts, see Java client syntax.