How to change the source of caching.disabled_for and caching.enabled_for back to default

Hi,
I followed the instruction on this website and get the results. But I cannot change the
How to run external codes — AiiDA 2.5.1.post0 documentation source of caching.disabled_for and caching.enabled_for back to default…

(aiida_QE) yang@yang-Inspiron-3670:~/AiiDA/tutorial_performance$ verdi config list caching
name                     source    value
-----------------------  --------  ------------------------------------
caching.default_enabled  profile   True
caching.disabled_for     profile   aiida.calculations:*
caching.enabled_for      profile   aiida.calculations:core.arithmetic.*
(aiida_QE) yang@yang-Inspiron-3670:~/AiiDA/tutorial_performance$ verdi config set -rg   caching.disabled_for ''
Success: 'caching.disabled_for' set to [] globally
(aiida_QE) yang@yang-Inspiron-3670:~/AiiDA/tutorial_performance$ verdi config list caching
name                     source    value
-----------------------  --------  ------------------------------------
caching.default_enabled  profile   True
caching.disabled_for     profile   aiida.calculations:*
caching.enabled_for      profile   aiida.calculations:core.arithmetic.*

Previously they look like this

(aiida_QE) yang@yang-Inspiron-3670:~/AiiDA/tutorial_performance$ verdi config list caching
name                     source    value
-----------------------  --------  -------
caching.default_enabled  profile   True
caching.disabled_for     default
caching.enabled_for      default

Anyone knows how to change back to default settings?
Many thanks.

Sincerely,
Dr. Guoyu Yang
Lecturer
Jimei Univ, School of Science, Digital Fujian Big Data Modeling and Intelligent Computing Institute
185 Yinjiang Rd.,
Jimei District, Xiamen,361021
Fujian, China
E-mail: 201961000100@jmu.edu.cn

You can use

verdi config unset caching.disabled_for

Problem solved.

(aiida_QE) yang@yang-Inspiron-3670:~/AiiDA/tutorial_performance$ verdi config unset caching.disabled_for
Success: 'caching.disabled_for' unset for 'quicksetup' profile
(aiida_QE) yang@yang-Inspiron-3670:~/AiiDA/tutorial_performance$ verdi config unset caching.enabled_for
Success: 'caching.enabled_for' unset for 'quicksetup' profile
(aiida_QE) yang@yang-Inspiron-3670:~/AiiDA/tutorial_performance$ verdi config caching list
Usage: verdi config caching [OPTIONS]
Try 'verdi config caching --help' for help.

Error: Got unexpected extra argument (list)
(aiida_QE) yang@yang-Inspiron-3670:~/AiiDA/tutorial_performance$ verdi config list caching 
name                     source    value
-----------------------  --------  -------
caching.default_enabled  profile   True
caching.disabled_for     global
caching.enabled_for      default
(aiida_QE) yang@yang-Inspiron-3670:~/AiiDA/tutorial_performance$ 

Sincerely,
Dr. Guoyu Yang
Lecturer
Jimei Univ, School of Science, Digital Fujian Big Data Modeling and Intelligent Computing Institute
185 Yinjiang Rd.,
Jimei District, Xiamen,361021
Fujian, China
E-mail: 201961000100@jmu.edu.cn