class Fastly::Version
def delete_vcl(name)
def delete_vcl(name) hash = fetcher.client.delete(Fastly::Version.put_path(self)+"/vcl/" + name ) return nil if hash.nil? return hash end
def delete_vcl(name) hash = fetcher.client.delete(Fastly::Version.put_path(self)+"/vcl/" + name ) return nil if hash.nil? return hash end