Dimension DeleteAttributeTable

Deletes one or more attribute tables of a dimension.

After the attribute table is successfully deleted, the dimension is saved to disk.

Request

<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="001" Class="Dimension" Method="DeleteAttributeTable">
    <Alea:Dimension Name="DimensionName">
      <Alea:AttributeTable ID="1" />
      <Alea:AttributeTable ID="2" />
    </Alea:Dimension>
  </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>