ALTER APPLICATION UNSET CONFIGURATION¶
Unsets an app configuration definition for a Snowflake Native App.
Syntax¶
Parameters¶
appIdentifier for the Snowflake Native App that contains the configuration.
configThe name of the app configuration definition to unset.
Usage notes¶
- This command can only be used by a consumer. This command cannot be used by the Snowflake Native App itself.
- After unsetting a configuration, the app’s status is updated to
PENDING. - To unset a configuration, the current role must be granted an application role that has access to the configuration (that is, one of the application roles specified in the
APPLICATION_ROLESfield in theALTER APPLICATION SET CONFIGURATION DEFINITIONcommand).