@shortcut/client
    Preparing search index...

    Interface BulkDeleteEpicCommentsParams

    interface BulkDeleteEpicCommentsParams {
        comment_ids: number[];
    }
    Index

    Properties

    Properties

    comment_ids: number[]

    Ids of the Comments to delete.

    100

    1