This statement deletes a user-defined set that has been defined for the session.
<drop-set-statement> ::= DROP SET <cube-name>.<set-name>
The following examples drop the named set statements created by the examples in CREATE SET Statement:
DROP SET [Sales].[TopStores]
CREATE SET [Sales].[NorthwesternStores]