suspend fun ConsulClient.deregisterCheckAwait(checkId: String): Unit
Remove a check from the local agent. The agent will take care of deregistering the check from the Catalog.
checkId - the ID of check
checkId
Return reference to this, for fluency *