Skip to main content

DROP STORAGE POLICY

Description​

Delete a storage policy. For detailed descriptions of storage policies, please refer to the "Storage Policy" chapter.

Syntax​

DROP STORAGE POLICY <policy_name>

Required Parameters​

<policy_name>

Storage policy name

Access Control Requirements​

The user executing this SQL command must have at least the following privileges:

PrivilegeObjectNotes
ADMIN_PRIVGlobal

Examples​

  1. Delete a storage policy named policy1
DROP STORAGE POLICY policy1