--- title: "DROP SET Statement (MDX) | Microsoft Docs" ms.date: 06/04/2018 ms.prod: sql ms.technology: analysis-services ms.custom: mdx ms.topic: reference ms.author: owend ms.reviewer: owend author: minewiskan --- # MDX Data Definition - DROP SET Removes a named set. ## Syntax ``` DROP [SESSION] SET .Set_Name [,.Set_Name ...n] ::= {CURRENTCUBE | Cube_Name} ``` ## Arguments *Cube_Name* A valid string expression that provides the name of the cube. *Set_Name* A valid string expression that provides that name of the named set to be dropped. ## Remarks For more information about named sets, see [Building Named Sets in MDX (MDX)](https://docs.microsoft.com/analysis-services/multidimensional-models/mdx/mdx-named-sets-building-named-sets). ## See Also [MDX Data Definition Statements (MDX)](../mdx/mdx-data-definition-statements-mdx.md)