---
title: "clearHolidaySchedule(with:expectedValues:expectedValueInterval:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrclusterdoorlock/clearholidayschedule(with:expectedvalues:expectedvalueinterval:completionhandler:)"
---

# clearHolidaySchedule(with:expectedValues:expectedValueInterval:completionHandler:)

## Declaration

```swift
func clearHolidaySchedule(with params: MTRDoorLockClusterClearHolidayScheduleParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func clearHolidaySchedule(with params: MTRDoorLockClusterClearHolidayScheduleParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?) async throws
```
