# File lib/fog/monitoring/openstack/models/notification_methods.rb, line 35
        def destroy(id)
          notification_method = find_by_id(id)
          notification_method.destroy
        end