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

    Type Alias DeleteSystemBackupsData

    type DeleteSystemBackupsData = {
        body?: never;
        path?: never;
        query: { filename: string };
        url: "/system/backups";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query: { filename: string }

    Type Declaration

    • filename: string

      Backups to delete filename

    url: "/system/backups"