# File lib/fog/shared_file_system/openstack/requests/delete_share.rb, line 5
        def delete_share(id)
          request(
            :expects => 202,
            :method  => 'DELETE',
            :path    => "shares/#{id}"
          )
        end