@shortcut/client
    Preparing search index...

    Interface BulkDeleteFilesParams

    interface BulkDeleteFilesParams {
        file_ids: number[];
    }
    Index

    Properties

    Properties

    file_ids: number[]

    Ids of the Files to delete.

    100

    1