REST API - purgeCalendarEntries
The table summarizes the REST API - purgeCalendarEntries.
Request
Format | DELETE <baseurl>/calendar/<name>/<version>/entry/<todate> |
Path parameters |
|
Query parameters | namespace=string (optional): The combination of namespace and name uniquely identifies a calendar. Note that the default
SYSTEM calendar has no namespace.
|
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/8/entry/2010-01-03T12:00:00?namespace=LONDON |