Cube PerspectiveDelete

Deletes a perspective. Perspective names are unique. It is not required to specify the cube on which the perspective was based.

Request

<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="001" Class="Cube" Method="PerspectiveDelete">
    <Alea:Perspective Name="PerspectiveName" />
  </Alea:Request>
</Alea:Document>

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>