Deletes a record of a given config
configName - the name of the config
id - the record id you want to delete
app.deleteConfigRecordById("address", 123);
Function does not explicitly produce return value.
Last updated 2 years ago