Hello,In the documentation for the Java API, the preModification method states that it is run before data is modified by the service. However, if you delete a service, preModification is run after the service has been deleted and the data modified. ...