3.1.4.3.2.1.1.5 Delete

The Delete command is used to delete an object from a server. 

   <xsd:complexType name="Delete">
     <xsd:all>
       <xsd:element name="Object" type="ObjectReference" />
     </xsd:all>
     <xsd:attribute name="IgnoreFailures" type="xsd:boolean" />
   </xsd:complexType>

The following table shows the XML elements included in the Delete command.

Element

Default value

Description

Object

Server object

The object to delete. The ObjectReference type is defined in section 3.1.4.3.2.1.1.1.

The following table describes the XML attributes allowed in the Delete command.

Attribute

Default value

Description

IgnoreFailures

False

A Boolean that indicates how to handle failures related to network and remote partitions. If true, the server ignores failures; if false, the server raises an error.

The return result type for the Delete command is xmla-e:emptyresult.