---
title: removeAllVocabularyStrings()
framework: intents
role: symbol
role_heading: Instance Method
path: intents/invocabulary/removeallvocabularystrings()
---

# removeAllVocabularyStrings()

Removes all user-specific vocabulary strings.

## Declaration

```swift
func removeAllVocabularyStrings()
```

## Discussion

Discussion This method removes all strings (regardless of type) that you previously registered for this user using the setVocabularyStrings(_:of:) method.

## See Also

### Updating the User-Specific Vocabulary

- [setVocabulary(_:of:)](intents/invocabulary/setvocabulary(_:of:).md)
- [INVocabularyStringType](intents/invocabularystringtype.md)
- [setVocabularyStrings(_:of:)](intents/invocabulary/setvocabularystrings(_:of:).md)
