function bp_core_delete_notifications_from_user($user_id, $component_name, $component_action)
{
    return BP_Core_Notification::delete_from_user_by_type($user_id, $component_name, $component_action);
}