|
|
|
|
Delete page tag.
| Method name |
http://planner.zoho.com/api/private/xml/tag/delete/(tagId)
|
| API description |
Given the ticket, apikey, pageId from the list of pages
and the tagId,
all the tags with this id gets deleted from that page on successful
authentication. |
| Parameters
to be passed |
ticket, apikey, pageId |
| Sample call |
<form method="post"
action="http://planner.zoho.com/api/private/xml/tag/delete/4?ticket=[Ticket]&apikey=[ApiKey]">
<input type="hidden" name="pageId" value="7678">
<input type="submit" value="Delete Page Tag" name="submit">
</form>
|
| Output XML |
<response
uri="/api/private/xml/tag/delete/4">
<result>
<tag_id>4</tag_id>
<description>Tag removed</description>
</result>
</response> |
|
Document Saved Successfully
|
|
|
|
|
|
|