Index for Data API Methods > Zoho Planner > ZP - Delete list item

ZP - Delete list item

Tags:  



Delete a list item.


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

<input type="submit" value="Delete List Item" name="submit">
</form>
Output XML <response uri="/api/private/xml/listitem/delete/130801">
  <result>
    <listitem_id>130801</listitem_id>
    <description>List item removed</description>
  </result>
</response>



 RSS of this page