# deleteConfigRecordById

### Parameters

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

### Example Usages

```javascript
   brixxApi.deleteConfigRecordById("address", 123);
```
