@shortcut/client
    Preparing search index...

    Interface BulkDeleteStoryChecklistItemsParams

    interface BulkDeleteStoryChecklistItemsParams {
        checklist_item_ids: number[];
    }
    Index

    Properties

    checklist_item_ids: number[]

    Ids of the Checklist Items to delete.

    100

    1