Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias DeleteApiV3QueueByIdData

    type DeleteApiV3QueueByIdData = {
        body?: never;
        path: { id: number };
        query?: {
            removeFromClient?: boolean;
            blocklist?: boolean;
            skipRedownload?: boolean;
            changeCategory?: boolean;
        };
        url: "/api/v3/queue/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: number }
    query?: {
        removeFromClient?: boolean;
        blocklist?: boolean;
        skipRedownload?: boolean;
        changeCategory?: boolean;
    }
    url: "/api/v3/queue/{id}"