Skip to content

llLinksetDataDeleteFound

Function Syntax
list llLinksetDataDeleteFound(
  1. string search, // A regex search string to match against keys in the datastore.
  2. string pass // The pass phrase used to protect key value pairs in the linkset data
);

Deletes all key value pairs in the linkset data where the key matches the regular expression in search. Returns a list consisting of [ #deleted, #not deleted ].