deleteConfigRecordById
Deletes a record of a given config
Parameters
configName - the name of the config
id - the record id you want to delete
Example Usages
app.deleteConfigRecordById("address", 123);
Return Values
Function does not explicitly produce return value.
Last updated
Was this helpful?