onAppInstanceRemoved( )


Notes:

Triggered when an instance of your app is uninstalled from a Wix site.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: AppInstanceRemovedEnvelope): void | Promise<void>

Did this help?