Class: DeleteCalendarRequest

tibco.objectapi.service.request.DeleteCalendarRequest

new DeleteCalendarRequest(name, version)

Object DeleteCalendarRequest Usage: RestApiService.getWorkCalService().deleteCalendar(request, callback);
Parameters:
Name Type Description
name string The name of the calendar (within the given namespace).
version number (Java type: int) Existing version of the calendar; used to detect concurrent updates to the same calendar.
Since:
  • 4.0.0

Members

namespace :string

Query parameter: 'namespace' (optional) The namespace of the calendar being deleted.
Type:
  • string
Since:
  • 4.0.0