For the complete documentation index, see llms.txt. This page is also available as Markdown.

Plugin Uninstallation Flow

Handling user uninstallation requests on your web server.

When a user uninstalls your plugin, as a best practice TRMNL will send a notification via webhook. The POST request is sent to the uninstallation_webhook_url in JSON format with the following details:

HTTP Headers:

Authorization: Bearer <access_token>
Content-Type: application/json

Body:

Parse this webhook payload to perform a "teardown" or similar strategy on your web server.

Last updated