<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABPerson/removeProperties(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Address Book",
      "AddressBook"
    ],
    "preciseIdentifier" : "c:objc(cs)ABPerson(cm)removeProperties:"
  },
  "title" : "removeProperties(_:)"
}
-->

# removeProperties(_:)

Removes the given properties from all the records of this type in the Address Book database.

```
class func removeProperties(_ properties: [Any]!) -> Int
```

## Parameters

`properties`

An array of properties to remove.

## Return Value

The number of properties successfully removed, or `-1` if an error occurs.

## Discussion

Only custom properties can be removed. This method is not implemented.

---

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)