JOC API

Version 1.13.10

Download RAML
JOC API
/calendars/delete
POST

Deletes calendars


Parameters in the POST body schema

Name Type Description Example Default
jobschedulerId required, string JobScheduler Master ID scheduler
calendarIds optional, array Filtered response by a collection of calendars specified by its calendar id. Parameter calendars is ignored if this parameter is defined. [
4711,
4712
]
calendars optional, array Filtered response by a collection of calendars specified by its calendar path. [
"/sos/myCalendar",
"/sos/myCalendar2"
]
auditLog optional, object Object which contains comment, timeSpent and ticketLink. {
"comment":"It was not really necessary!",
"timeSpent":2
}
comment optional, string Field in auditLog to comment this action, e.g. the reason.
timeSpent optional, string Field in auditLog to enter the time spent in minutes. 5
ticketLink optional, string Field in auditLog to enter a link to a corresponding ticket.