Cube Unload

Unloads a cube.

Request

<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="001" Class="Cube" Method="Unload">
    <Alea:Cube Name="CubeName" Save="false" />
  </Alea:Request>
</Alea:Document>

The Name attribute is required. It specifies the cube to unload.

Optionally, use the Save attribute to specify if the cube should be saved before being unloaded. The default is true.

Answer

<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="001">
    <Alea:Return />
  </Alea:Request>
</Alea:Document>

Error

<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="001">
    <Alea:Error ErrorID="error_code" />
  </Alea:Request>
</Alea:Document>