@shortcut/client
    Preparing search index...

    Interface BulkDeleteIterationsParams

    interface BulkDeleteIterationsParams {
        iteration_ids: number[];
    }
    Index

    Properties

    Properties

    iteration_ids: number[]

    Ids of the Iterations to delete.

    100

    1