Delete folder with file that has to long path name

Dear People,

At the moment I need to delete a folder that is almost 60 GB, but there are files with to long path name
I justed the follow oneliner: remove-item ‘D:\ibalg\01 ib concepts’ -recurse

and then I get the message that there are files with to long file path names.

Any idea how to get it done so that I can delete the folder

Create an empty folder D:\temp

robocopy D:\temp D:\ibalg\01 ib concepts /MIR

For deleting path too long files I use long path tool.