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:
| Privilege | Object | Notes |
|---|---|---|
| ADMIN_PRIV | Global |
Examples
- Delete a storage policy named policy1
DROP STORAGE POLICY policy1