How to delete an item from plist file ?

I have saved array of custom Objects to plist file using PropertyListEncoder(), I want to know how to delete a item from plist file
Thanks in advance

Did you try loading the entire plist in a dictionary, set the desired entry to nil then save back to the plist (if needed recreate it) ?
How to delete an item from plist file ?
 
 
Q