config_delete
Trigger the deletion of a configuration value. Used in the admin.
Arguments:
moduleandkeyidentify the configuration entry.on_successcan be repeated to run actions after deletion.
The deletion is performed only for an editable administrator. This action does
not ask for confirmation; use dialog_config_delete for a user-facing delete
control.
{% wire id="delete-config" action={config_delete module="mod_example" key="enabled" on_success={reload}} %}