You are working on a custom web API endpoint and have configured it in etc/webapi.xml.
This config is cached as part of the config_webservice cache type.
Keeping performance in mind, how do you refresh the cached version of this config using Magento CLI?
A . cache:clean config_webservice
B . cache:refresh config_webservice
C . cache:flush
D . cache:purge
Answer: A