How can we clear a signature field with deluge?

How can we clear a signature field with deluge?

I would like to clear a signature field in the Edit -> On Load.
I have tried
input.signature = "";
input.signature = null;
clear input.signature;

None of the above is working. is there any other way I am missing?