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

    Type Alias TorrentsDeletePostData

    type TorrentsDeletePostData = {
        body: Hashes & { deleteFiles: boolean };
        path?: never;
        query?: never;
        url: "/torrents/delete";
    }
    Index

    Properties

    Properties

    body: Hashes & { deleteFiles: boolean }

    The hashes of the torrents you want to delete. hashes can contain multiple hashes separated by |, to delete multiple torrents, or set to all, to delete all torrents.

    Type Declaration

    • deleteFiles: boolean

      If set to true, the downloaded data will also be deleted, otherwise has no effect.

    path?: never
    query?: never
    url: "/torrents/delete"