success = DeleteNV(appName, itemName, killRequesters);
D0 A0 A1 D1
BOOL DeleteNV(STRPTR, STRPTR, BOOL);
Searches the nonvolatile storage for the indicated entry and removes it.
The strings appName and itemName may not contain the '/' or ':' characters. It is recommended that these characters be blocked from user input when requesting AppName and ItemName strings.