<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INVocabulary/removeAllVocabularyStrings()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INVocabulary(im)removeAllVocabularyStrings"
  },
  "title" : "removeAllVocabularyStrings()"
}
-->

# removeAllVocabularyStrings()

Removes all user-specific vocabulary strings.

```
func removeAllVocabularyStrings()
```

## Discussion

This method removes all strings (regardless of type) that you previously registered for this user using the [`setVocabularyStrings(_:of:)`](/documentation/Intents/INVocabulary/setVocabularyStrings(_:of:)) method.

---

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)