Is it possible to conditionally remove a tag

Is it possible in mp3tag to remove a given tag if it contains some value?

if MYTAG == 'Some string' then Remove MYTAG

(wrong forum section, topic moved)

Action type: Format value
Field: MYTAG
Formatstring: $if($eql(%MYTAG%,some string),,%MYTAG%)