ALTER APPLICATION DROP SPECIFICATION¶ Drops an app specification from an app. NoteThis command can only be used by a Snowflake Native App. See also:ALTER APPLICATION SET SPECIFICATION, ALTER APPLICATION … { APPROVE | DECLINE} SPECIFICATION Syntax¶ Copy codeExpand code blockALTER APPLICATION DROP SPECIFICATION <app_spec_name>;Show lessSee moreScroll to top Parameters¶ app_spec_nameThe name of the app specification.