config:delete

By monter , 1 March 2026

config:delete¶
Delete a configuration key, or a whole object(s).

Examples¶


drush config:delete system.site,system.rss. Delete the system.site and system.rss config objects.
drush config:delete system.site page.front. Delete the 'page.front' key from the system.site object.

Tags