Unpublish an existing service published by this application.
Create an instance of UnpublishAppService with the serviceID that corresponds with the service to be unpublished
- (nonnull instancetype)initWithServiceID:(nonnull NSString *)serviceID;
init(serviceID: String)
The ID of the service to be unpublished.
The ID of the service to be unpublished.
Required, String
@property (nonatomic, strong) NSString *_Nonnull serviceID;
var serviceID: String { get set }