---
title: "SCDynamicStoreRemoveValue(_:_:)"
framework: systemconfiguration
role: symbol
role_heading: Function
path: "systemconfiguration/scdynamicstoreremovevalue(_:_:)"
---

# SCDynamicStoreRemoveValue(_:_:)

Removes the value of the specified key from the dynamic store.

## Declaration

```swift
func SCDynamicStoreRemoveValue(_ store: SCDynamicStore?, _ key: CFString) -> Bool
```

## Parameters

- `store`: The dynamic store session.
- `key`: The key of the value to remove.

## Return Value

Return Value TRUE if the key was removed; FALSE if no value was located or an error occurred.
