@shortcut/client
    Preparing search index...

    Interface BulkDeleteStoryCommentsParams

    interface BulkDeleteStoryCommentsParams {
        comment_ids: number[];
    }
    Index

    Properties

    Properties

    comment_ids: number[]

    Ids of the Comments to delete.

    100

    1