3.1.4.32.2.1 RemoveAllPinnedLinks

The RemoveAllPinnedLinks element is the body of the request WSDL message for the RemoveAllPinnedLinks WSDL operation.

 <s:element name="RemoveAllPinnedLinks">
   <s:complexType>
     <s:sequence>
       <s:element name="accountName" type="s:string" minOccurs="0" maxOccurs="1"/>
     </s:sequence>
   </s:complexType>
 </s:element>

accountName: A string that specifies the login name of the user profile to be updated. This value MUST be less than or equal to 400 characters in length. The protocol server MUST treat accountName in a case insensitive manner for retrieval of the user profile.

If accountName is not specified or does not have a value and there is not an existing user profile for the current user, then a new user profile MAY<14> be created which represents the current user and the protocol server MUST update that user profile.

If accountName is not specified or does not have a value and there is an existing user profile for the current user, then the protocol server MUST update that user profile.

If accountName is specified and does not match the login name of an existing user profile, then the protocol server MUST send a SOAP fault message.