3.1.4.11 DeleteTag

The DeleteTag operation deletes the social tag that is associated with the current user and for the specified URI and social tag term identifier.

The following is the WSDL port type specification of the DeleteTag WSDL operation.

 <wsdl:operation name="DeleteTag" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:DeleteTagSoapIn"/>
   <wsdl:output message="tns:DeleteTagSoapOut"/>
 </wsdl:operation>

The protocol client sends a DeleteTagSoapIn request message (section 3.1.4.11.1.1) and the protocol server responds with a DeleteTagSoapOut response message (section 3.1.4.11.1.2).

The protocol server MUST delete only the social tag that is associated with the current user and for the specified URI and social tag term identifier.

If no social tag term exists for the specified termID (see section 3.1.4.11.2.1), the protocol server MUST send a SOAP fault message.