Index for Data API Methods > Zoho Planner > ZP - Remove public share of a page

ZP - Remove public share of a page

Tags:  



Revoke public sharing access of a page.

 
 
Method name http://planner.zoho.com/api/private/xml/publicsharing/remove
API description Given ticket, apikey and one of the user's pageId, the public share is removed on successful authentication.
Parameters to be passed ticket, apikey, pageId
Sample call <form method="post" action="http://planner.zoho.com/api/private/xml/publicsharing/remove?ticket=[Ticket]&apikey=[ApiKey]">

<input type="hidden" name="pageId" value="68702">
<input type="submit" value="Remove Public Share" name="submit">
</form>
Output XML <response uri="/api/private/xml/publicsharing/remove">
  <result>
    <page_id>68702</page_id>
    <description>Removed public sharing</description>
  </result>
</response>



 RSS of this page