DeleteCommentData: {
    body?: never;
    path: {
        commentId: string;
        postId: string;
        spaceId: string;
    };
    query?: never;
    url: "/spaces/{spaceId}/community/{postId}/comments/{commentId}";
}