delete a fragment
Currently you cannot delete a fragment. Â However you can change the audience part of a fragment definition to an expression that won't match any users so the fragment will not show up on any user's views. Â A recommended fragment definition audience is something like
Â
    <attribute name= "username"  mode= "equals"  value= "nonExistent" /> </dlm:audience> |