Remove the Key set by UpdateConfig (RemoveCustomConfigKey)
Removes a key set by UpdateConfig.
Function Definition
public static bool RemoveCustomConfigKey(string key, string project = "")
Input Parameters
| Parameters | Type | Explanation |
|---|---|---|
| key | String | Key for the configuration |
| project | String | Default parameter, remains unchanged |
Code sample
INTLAPI.RemoveCustomConfigKey("KEY", "INTL");