@shortcut/client
    Preparing search index...

    Interface BulkDeleteStoryLinksParams

    interface BulkDeleteStoryLinksParams {
        story_link_ids: number[];
    }
    Index

    Properties

    Properties

    story_link_ids

    story_link_ids: number[]

    IDs of the Story Links to delete.

    100

    1