---
title: "SCPreferencesPathRemoveValue(_:_:)"
framework: systemconfiguration
role: symbol
role_heading: Function
path: "systemconfiguration/scpreferencespathremovevalue(_:_:)"
---

# SCPreferencesPathRemoveValue(_:_:)

Removes the data associated with the specified path.

## Declaration

```swift
func SCPreferencesPathRemoveValue(_ prefs: SCPreferences, _ path: CFString) -> Bool
```

## Parameters

- `prefs`: The preferences session.
- `path`: The path.

## Return Value

Return Value TRUE if successful; otherwise, FALSE.

## See Also

### Getting or Removing Information Associated with a Path

- [SCPreferencesPathGetValue(_:_:)](systemconfiguration/scpreferencespathgetvalue(_:_:).md)
- [SCPreferencesPathGetLink(_:_:)](systemconfiguration/scpreferencespathgetlink(_:_:).md)
