@shortcut/client
    Preparing search index...

    Interface BulkDeleteObjectivesParams

    interface BulkDeleteObjectivesParams {
        objective_ids: number[];
    }
    Index

    Properties

    Properties

    objective_ids: number[]

    Ids of the Objectives to delete.

    100

    1