brixxbox Wiki
Search
⌃K

deleteConfigRecordById

Deletes a record of a given config

Parameters

  1. 1.
    configName - the name of the config
  2. 2.
    id - the record id you want to delete

Example Usages

brixxApi.deleteConfigRecordById("address", 123);