If you have a symbolic link that is a directory (made with mklink /d), using delex will delete all files in the target directory (the directory the link points to), rather than just the link.
rmdir on the other hand will only delete the link from the directory, not what the link points to.
Yours sincerely,
Claudeir