Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias SearchUninstallPluginPostData

    type SearchUninstallPluginPostData = {
        body: { names: string[] };
        path?: never;
        query?: never;
        url: "/search/uninstallPlugin";
    }
    Index

    Properties

    Properties

    body: { names: string[] }

    Type Declaration

    • names: string[]

      Name of the plugin to uninstall (e.g. "legittorrents"). Supports multiple names separated by |

    path?: never
    query?: never
    url: "/search/uninstallPlugin"