SETTING_DELETE
(edit this)
  • System usage: #define SETTING_DELETE 123
  • Application usage: #define APP_SETTING_DELETE -1123
  • Introduced in: 12.1m1/8.5m1
  • Processed by: configuration manager (_balance)

Description: Removes the indicated setting. Sub-values will also be removed, e.g. deleting "_obedience" will remove all settings that start with "_obedience." from the cache. See 8.5 best practices for more information. Multiple settings may be specified by name, separated by linebreaks.

Parameter format: The name of the setting to delete. Its children will also be deleted.