ZP - Delete a list

Tags:  



Delete a specific list from a page.

 
 
Method name http://planner.zoho.com/api/private/xml/list/delete/(listId)
API description Given ticket, apikey and listId, deletes the specified list 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/list/delete/48601?ticket=[Ticket]&apikey=[ApiKey]">

<input type="submit" value="Delete List" name="submit">
</form>
Output XML <response uri="/api/private/xml/list/delete/48601">
  <result>
    <list_id>48601</list_id>
    <description>List removed</description>
  </result>
</response>



 RSS of this page