Is there any way to reliably delete WMA properties with DMCSCRIPTINGLib?

I have tried

Code:
dMC.WriteIDTag(file, key, "");
but this fails on Track (sets to 0) and on Rating (sets to 2, according to ReadIDTag).

Thanks.