---
title: "stopRangingBeacons(satisfying:)"
framework: corelocation
role: symbol
role_heading: Instance Method
path: "corelocation/cllocationmanager/stoprangingbeacons(satisfying:)"
---

# stopRangingBeacons(satisfying:)

Stops the delivery of notifications for the specified beacon constraints.

## Declaration

```swift
func stopRangingBeacons(satisfying constraint: CLBeaconIdentityConstraint)
```

## Parameters

- `constraint`: A doc://com.apple.corelocation/documentation/CoreLocation/CLBeaconIdentityConstraint constraint.

## See Also

### Performing beacon ranging

- [startRangingBeacons(satisfying:)](corelocation/cllocationmanager/startrangingbeacons(satisfying:).md)
- [rangedBeaconConstraints](corelocation/cllocationmanager/rangedbeaconconstraints.md)
