Error "Error MessageDelete" when trying to delete a survey instanceIssue When trying to delete a survey instance an error like this is displayed:Error MessageDelete of AINST0709719 not allowed because of a reference in record "Record" within the Assessment Instance Question file *AINST0709719 is just an example number.CauseDeleting survey instances is not recommended, especially if some surveys have already been taken. In that scenario we could find records with the answers that now are not related to a question or survey. But in case a survey instance needs to be deleted, it is necessary to delete all its dependencies, that means all the questions on those survey instances need to be deleted firstResolutionThe questions can be deleted manually or a background script can be run in order to do that. Some guidance on how to code the script can be found on this community post.