Plugin Uninstallation Flow
Handling user uninstallation requests on your web server.
Last updated
Handling user uninstallation requests on your web server.
Last updated
When a user uninstalls your plugin, as a best practice TRMNL will send a notification via webhook. The request is sent to the uninstallation_webhook_url
in JSON format with the following structure:
Parse this webhook payload to perform a "teardown" or similar strategy on your web server.