class ActiveStorage::VariantWithRecord

def destroy

Destroys record and deletes file from service.
def destroy
  record&.destroy
end