ZP - Delete notes

Tags:  



Delete notes.

 
 
Method name http://planner.zoho.com/api/private/xml/note/delete/(noteId)
API description Given the ticket, apikey and noteId from the list, deletes the notes on successful authentication.
Parameters to be passed ticket, apikey
Sample call <form method="post" action="http://planner.zoho.com/api/private/xml/note/delete/38701?ticket=[Ticket]&apikey=[ApiKey]">

<input type="submit" value="Delete Notes" name="submit">
</form>
Output XML <response uri="/api/private/xml/note/delete/38701">
  <result>
    <note_id>38701</note_id>
    <description>Notes removed</description>
  </result>
</response>



 RSS of this page