open fun deregisterCheck(checkId: String, resultHandler: Handler<AsyncResult<Void>>): ConsulClient
Remove a check from the local agent. The agent will take care of deregistering the check from the Catalog.
resultHandler - will be called when complete
Return
reference to this, for fluency