3.1.4.30.2.1 DeleteConnectionSettings

The DeleteConnectionSettings element specifies the input data for the DeleteConnectionSettings WSDL operation.

 <xs:element name="DeleteConnectionSettings" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:tns2="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="rawPartitionId" type="tns2:guid"/>
       <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

rawPartitionId: A GUID that identifies the SSS partition of the connection settings to be deleted.

name: The name of the connection. It MUST be between 1 and 256 characters, inclusive, in length.