---
title: "CFPreferencesRemoveSuitePreferencesFromApp(_:_:)"
framework: corefoundation
role: symbol
role_heading: Function
path: "corefoundation/cfpreferencesremovesuitepreferencesfromapp(_:_:)"
---

# CFPreferencesRemoveSuitePreferencesFromApp(_:_:)

Removes suite preferences from an application’s search chain.

## Declaration

```swift
func CFPreferencesRemoveSuitePreferencesFromApp(_ applicationID: CFString, _ suiteID: CFString)
```

## Parameters

- `applicationID`: The ID of the application from which to remove suite preferences, typically doc://com.apple.corefoundation/documentation/CoreFoundation/kCFPreferencesCurrentApplication. Do not pass NULL or doc://com.apple.corefoundation/documentation/CoreFoundation/kCFPreferencesAnyApplication. Takes the form of a Java package name, com.foosoft.
- `suiteID`: The ID of the application suite preferences to remove. Takes the form of a Java package name, com.foosoft.

## See Also

### Adding and Removing Suite Preferences

- [CFPreferencesAddSuitePreferencesToApp(_:_:)](corefoundation/cfpreferencesaddsuitepreferencestoapp(_:_:).md)
