<!--
{
  "availability" : [
    "macOS: 10.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SystemConfiguration",
  "identifier" : "/documentation/SystemConfiguration/SCDynamicStoreRemoveValue(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "System Configuration"
    ],
    "preciseIdentifier" : "c:@F@SCDynamicStoreRemoveValue"
  },
  "title" : "SCDynamicStoreRemoveValue(_:_:)"
}
-->

# SCDynamicStoreRemoveValue(_:_:)

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

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

## Parameters

`store`

The dynamic store session.

`key`

The key of the value to remove.

## Return Value

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

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)