class Attio::List

def destroy(**opts)

Lists cannot be deleted via API
def destroy(**opts)
  raise NotImplementedError, "Lists cannot be deleted via the Attio API"
end