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