- Categories:
System functions (System Control)
SYSTEM$DEREGISTER_CMK_INFO¶
Cancels registration of your currently-registered customer-managed key (CMK) for use with Tri-Secret Secure.
- See also:
Syntax¶
SYSTEM$DEREGISTER_CMK_INFO();
Arguments¶
None.
Returns¶
Returns a status message to system administrators stating that registration of your current CMK is cancelled.
Access control requirements¶
Only account administrators (users with the ACCOUNTADMIN role) can call this function.
Examples¶
De-register your CMK for your Snowflake account:
SELECT SYSTEM$DEREGISTER_CMK_INFO();