Index for Data API Methods > Zoho Planner > ZP - Delete an appointment

ZP - Delete an appointment

Tags:  



Delete an appointment.

 
 
Method name http://planner.zoho.com/api/private/xml/appointment/delete/(appId)
API description Given the ticket, apikey and appId the appointment will be deleted on successful authentication.
Parameters to be passed ticket, apikey, appId
Sample call <form method="post" action="http://planner.zoho.com/api/private/xml/appointment/delete/2850?ticket=[Ticket]&apikey=[ApiKey]">

<input type="submit" value="Delete Appointment" name="submit">
</form>
Output XML <response uri="/api/private/xml/appointment/delete/2850">
  <result>
    <appointment_id>2850</appointment_id>
    <description>Appointment removed</description>
  </result>
</response>



 RSS of this page