A database integrity error occurs when attempting to delete a citation record which is used as a foreign key reference from one or more author records. Likely fix is to either delete the authors explicitly first, or set up cascading delete from citations to authors.