Sanity App SDK
    Preparing search index...

    Variable removeCommentConst Beta

    removeComment: (
        instance: SanityInstance,
        options: RemoveCommentOptions,
    ) => Promise<void> = ...

    Deletes a comment, and its replies when it starts a thread.

    Type Declaration