The table summarizes the REST API - deleteCalendarEntries.
Request
Format
DELETE <baseurl>/calendar/<name>/<version>/entry
Path parameters
name: Name of the calendar from which the exclusion is being deleted.
version: Version number of the calendar; used to detect concurrent updates to the same calendar.
Query parameters
namespace=string (optional): The combination of namespace and name uniquely identifies a calendar. Note that the default
SYSTEM calendar has no namespace.
id=string (1..n): The unique GUID(s) of the calendar exclusions to be deleted, as returned by
getCalEntries . Multiple GUIDs are separated by "&".
Response
JSON
Returns a 200 OK response header with an empty response body.
XML
Returns a
200 OK
response header with an empty response body.