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

    Type Alias DeleteApiV1ArtistByIdData

    type DeleteApiV1ArtistByIdData = {
        body?: never;
        path: { id: number };
        query?: { deleteFiles?: boolean; addImportListExclusion?: boolean };
        url: "/api/v1/artist/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: number }
    query?: { deleteFiles?: boolean; addImportListExclusion?: boolean }
    url: "/api/v1/artist/{id}"