---
title: "remove(_:)"
framework: corelocation
role: symbol
role_heading: Instance Method
path: "corelocation/clmonitor-2r51v/remove(_:)"
---

# remove(_:)

Removes the condition and its enclosed record associated with the identifier you provide.

## Declaration

```swift
func remove(_ identifier: String)
```

## Parameters

- `identifier`: A string that identifies the monitored condition.

## See Also

### Adding and removing conditions

- [add(_:identifier:)](corelocation/clmonitor-2r51v/add(_:identifier:).md)
- [add(_:identifier:assuming:)](corelocation/clmonitor-2r51v/add(_:identifier:assuming:).md)
- [record(for:)](corelocation/clmonitor-2r51v/record(for:).md)
