@shortcut/client
    Preparing search index...

    Interface BulkDeleteCategoriesParams

    interface BulkDeleteCategoriesParams {
        category_ids: number[];
    }
    Index

    Properties

    Properties

    category_ids: number[]

    Ids of the archived Categories to delete.

    100

    1