``` python rel &= [dict(id=1), dict(id=2)] rel.delete() ``` throws "datajoint.DataJointError: invalid restriction type" This is because delete compiles a list of restrictions and we cannot restrict by a lists of lists.