Deleting a tag
You can delete object tags when you no longer want them set on a volume or on objects in the object store.
Use the volume modify command with the -tiering-object-tags option followed by an empty value ("") to delete an existing tag.
The following example deletes the existing tags on fp_volume1.
vol modify -volume fp_volume1 -vserver vs0 -tiering-object-tags ""
Give documentation feedback