PUT - Delete attachment
Purpose
This API is used to delete attachment from an event.
Request URL
https://calendar.zoho.com/api/v1/calendars/<CALENDAR_UID>/events/<EVENT_UID>
OAuth Scope
scope=ZohoCalendar.event.ALL
(or)
scope=ZohoCalendar.event.UPDATE
ALL - Full access to events
UPDATE - Deletes the attachment in the event
Request Parameters
- eventdataJSONObject, mandatory
- dateandtimeJSONobject, mandatory
- start- The format should be yyyyMMdd'T'HHmmss'Z' in GMT format or yyyyMMdd (if it is an all-day event).
- end- The format should be yyyyMMdd'T'HHmmss'Z' in GMT format or yyyyMMdd (if it is an all-day event).
- etag longmandatory
Event tag to identify the mode in which the event was created/ modified(always send latest etag).
Note:
etag- etag value of the event previously received in the API response. (Header need not be sent if "etag" is present in eventdata)
- attachJSON, mandatoryrmAttachIdstring(comma separated), mandatory
You can use file_id from add event /get event details response
Sample Request
Copied
Sample Response
Copied
Show full
Show less