| |||||
writer.tags.deleteTag - Used to delete tag associated with the document.
| Field | Description |
| documentid |
[scalar] - required* - Unique ID of the document. |
| tagname |
[scalar] - required* - Tag name associated with the particular document to be deleted. |
POST /interface/xmlrpc HTTP/1.0
Host: www.zohowriter.com
Content-Type: text/xml
Content-Length:
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<methodCall>
<methodName>writer.tags.deleteTag</methodName>
<params>
<param>
<value>
<struct>
<member>
<name>documentid</name>
<value><long>5000000006009</long></value>
</member>
<member>
<name>tagname</name>
<value><string>gangsofnewyork</string></value>
</member>
</struct>
</value>
</param>
</params>
</methodCall>
HTTP/1.1 200 OK
Connection: close
Content-Length:
Content-Type: text/xml
Date: Wed 01 Nov 2006 23:45:59 GMT
Server: Apache/1.3.4 (Unix)
<methodResponse>
<Delete_Tag>
<document_name>test</document_name>
<document_id>6000000057003</document_id>
<version>1.0</version>
<document_name_url>test1</document_name_url>
<author_name>simon</author_name>
<created_date>Wed, Nov01, 2006</created_date>
<shared_users>[]</shared_users>
<document_locked>false</document_locked>
<document_blogged>false</document_blogged>
<category>OWNED</category>
<info>The tag is successfully deleted</info>
</Delete_Tag>
</methodResponse>