final String id) throws GenieException {
if (StringUtils.isBlank(id)) {
throw new GeniePreconditionException("Missing required parameter: id");
}
final HttpRequest request = BaseGenieClient.buildRequest(
Verb.DELETE,
StringUtils.join(
new String[]{BASE_CONFIG_CLUSTER_REST_URL, id, "tags"},
SLASH),
null,