# File lib/fog/monitoring/openstack/requests/delete_notification_method.rb, line 5
        def delete_notification_method(id)
          request(
            :expects => [204],
            :method  => 'DELETE',
            :path    => "notification-methods/#{id}"
          )
        end