open fun rxDeregisterService(id: String): Single<Void>
Remove a service from the local agent. The agent will take care of deregistering the service with the Catalog. If there is an associated check, that is also deregistered.
id - the ID of service
id
Return