Index for Data API Methods > Zoho Planner > ZP - Clear page contents

ZP - Clear page contents

Tags:  



Clear page contents.

 
 
Method name http://planner.zoho.com/api/private/xml/page/clear/(pageId)
API description Given ticket, apikey and one of the user's pageId, will clear all the contents in 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/clear/69001?ticket=[Ticket]&apikey=[ApiKey]">

<input type="submit" value="Clear Page" name="submit">
</form>
Output XML <response uri="/api/private/xml/page/clear/68702">
  <result>
    <page_id>68702</page_id>
    <description>Page contents cleared</description>
  </result>
</response>



 RSS of this page