module ActiveFedora::Persistence

def destroy(*opts)

Options Hash: (**opts)
  • :eradicate (Boolean) -- if passed in, eradicate the tombstone from Fedora

Parameters:
  • opts (Hash) --
def destroy(*opts)
  raise ReadOnlyRecord if readonly?
  delete(*opts)
end