@shortcut/client
    Preparing search index...

    Interface BulkDeleteLabelsParams

    interface BulkDeleteLabelsParams {
        label_ids: number[];
    }
    Index

    Properties

    Properties

    label_ids: number[]

    Ids of the Labels to delete.

    100

    1