REST API - deleteCalendarEntries

The table summarizes the REST API - deleteCalendarEntries.

Request

Format DELETE <baseurl>/calendar/<name>/<version>/entry
Path parameters
  • name: Name of the calendar to which the entry is being added.
  • 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 entries 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.

Example

Request
DELETE <baseurl>/calendar/LONDON01/2
/entry?namespace=LONDON&id=7B77A42A-5CD2-4514-A115-9A81A6128568