---
title: "homeManager(_:didRemove:)"
framework: homekit
role: symbol
role_heading: Instance Method
path: "homekit/hmhomemanagerdelegate/homemanager(_:didremove:)"
---

# homeManager(_:didRemove:)

Tells the delegate that the home manager removed a home.

## Declaration

```swift
optional func homeManager(_ manager: HMHomeManager, didRemove home: HMHome)
```

## Parameters

- `manager`: The home manager that removed the home.
- `home`: The removed home.

## See Also

### Adding and removing homes

- [homeManagerDidUpdateHomes(_:)](homekit/hmhomemanagerdelegate/homemanagerdidupdatehomes(_:).md)
- [homeManager(_:didAdd:)](homekit/hmhomemanagerdelegate/homemanager(_:didadd:).md)
- [homeManagerDidUpdatePrimaryHome(_:)](homekit/hmhomemanagerdelegate/homemanagerdidupdateprimaryhome(_:).md)
