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
brixxApi.deleteConfigRecordById("address", 123);
Last updated
Deletes a record of a given config
configName - the name of the config
id - the record id you want to delete
brixxApi.deleteConfigRecordById("address", 123);
Last updated