class Fastly::Version

def delete_vcl(name)

Delete a VCL file for this Version
def delete_vcl(name)
  hash = fetcher.client.delete(Fastly::Version.put_path(self)+"/vcl/" + name )
  return nil if hash.nil?
  return hash
end