removeHost(RemoveHostType removeHostInput)
Removes a single host from an application.
RemoveHostType parameters:
applicationID identifies the application to use.
hostID is a unique string identifier for this host.
forceRemove indicates whether or not the Application Controller should force any running components or services to stop before attempting the remove. If a component or service is running, and forceRemove is not set to true, then the remove call will fail.
Throws:
EACFault is the error message returned by the Application Controller when the method fails.
ProvisioningFault is a list of provisioning errors and a list of provisioning warnings thrown when there are fatal errors during provisioning.
Returns: