LOG.info("Received a delete request for Action with"
+ ", actionName = " + request.getActionName());
deleteActionDefinition(request);
} catch (AmbariException ex) {
throw new NoSuchResourceException(ex.getMessage());
}
}
notifyDelete(Type.Action, predicate);
return getRequestStatus(null);
}