BeforeModelDelete
From LimeSurvey Manual
When
Before a single database model was deleted using model->delete(). See CActiveRecord::onBeforeDelete.
Input
- model : The current model as a ActiveRecord
- surveyId : related survey id if exist
- iSurveyID : related survey id if exist
- dynamicId : related dynamic id if exist (for Token and Response)
Possible output
None.