Deleting a cookie?

How do I do so?
I tried


saveData = SharedObject.getLocal("userData");
saveData.destroy();

but that doesn’t work. Any tips?