Interface DELETECalendarEventSeriesBody

interface DELETECalendarEventSeriesBody {
    calendarEventId?: number;
}

Properties

Properties

calendarEventId?: number

Control the deletion of the series from the calendarEventId forward. If not defined, it will delete all events (min 1)