| Method name |
http://planner.zoho.com/api/private/xml/page/delete/(pageId) |
| API description |
Given the ticket, apikey and one of the user's pageId
(except home page), will
delete that page on successful authentication. |
| Parameters
to be passed |
ticket, apikey
|
| Sample call |
<form method="post"
action="http://planner.zoho.com/api/private/xml/page/delete/69001?ticket=[Ticket]&apikey=[ApiKey]">
<input type="submit" value="Delete Page" name="submit">
</form>
|
| Output XML |
<response
uri="/api/private/xml/page/delete/69001">
<result>
<page_id>69001</page_id>
<description>Page removed</description>
</result>
</response> |