# File lib/openstack/volume/volume.rb, line 66
    def delete!
      response = @connection.req("DELETE", "/#{@volume_path}/#{@id}")
      OpenStack::Exception.raise_exception(response) unless response.code.match(/^20.$/)
      true
    end