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

    Type Alias SearchDeletePostData

    type SearchDeletePostData = {
        body: { id: number };
        path?: never;
        query?: never;
        url: "/search/delete";
    }
    Index

    Properties

    Properties

    body: { id: number }

    Type Declaration

    • id: number

      ID of the search job

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