DELETE - Delete calendar
Purpose
This API is used to delete a calendar using the calendar identifier.
Request URL
https://calendar.zoho.com/api/v1/calendars/<calendaruid>
OAuth Scope
scope=ZohoCalendar.calendar.ALL
(or)
scope=ZohoCalendar.calendar.DELETE
ALL - Full access to calendars
DELETE - Deletes a calendar
Request Parameters
Parameter | Type | Description |
---|---|---|
calendaruid* | string | Calendar Identifier - Deletes the calendar based on the calendar identifier. The list of calendar identifiers can be retrieved using the "Get Calendars API". |
* - Mandatory parameter
Sample Request
Copiedhttp://calendar.zoho.com/api/v1/calendars/rRjhA3SbTlC3kH1GZRq4hA==
Sample Response
Copied{
calendars: [
{
uid : rRjhA3SbTlC3kH1GZRq4hA==
calstatus : deleted
}
]
}