new DeleteCalendarReferencesRequest(name, version)
Object DeleteCalendarReferencesRequest
Usage:
RestApiService.getWorkCalService().deleteCalendarReferences(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
name |
string | Name of the calendar from which the references are being removed (within the given namespace). |
version |
number | (Java type: int) Version number used to detect concurrent updates to the same calendar; also known as optimistic locking. |
- Since:
- 4.0.0
Members
namespace :string
Query parameter: 'namespace' (optional) The combination of namespace and name uniquely identifies a calendar. Note that the default SYSTEM calendar has no namespace.
Type:
- string
- Since:
- 4.0.0
references :Array.<string>
Query parameter: 'ref' (Java type: List) The collection of calendar references to be removed from the identified calendar.
Type:
- Array.<string>
- Since:
- 4.0.0