delete_plugin
Remove a plugin from the Tdarr server by specifying its source and ID. Check library stacks first to avoid breaking references.
Instructions
Delete a plugin from the server (POST /api/v2/delete-plugin). Deleting a plugin that a library's stack still references leaves that stack broken — check with list_libraries first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin_id | Yes | Plugin ID | |
| plugin_source | Yes | Plugin source, 'Community' or 'Local' |