class ActiveStorage::Service

def delete(key)

Delete the file at the +key+.
def delete(key)
  raise NotImplementedError
end