# File lib/fog/network/openstack/requests/delete_quota.rb, line 5
        def delete_quota(tenant_id)
          request(
            :expects => 204,
            :method  => 'DELETE',
            :path    => "/quotas/#{tenant_id}"
          )
        end