Circle V2 API Docs
    Preparing search index...
    deleteComment: MutationProcedure<
        {
            input: { id: string };
            meta: object;
            output: DeleteAiFeedbackCommentOutput;
        },
    > = ...

    Deletes a comment. The repo scopes the delete to the author, so zero rows means it was already gone or belongs to someone else — indistinguishable to the caller by design.