delete_translation_keys_bulk
Remove up to 100 translation keys at once from your SimpleLocalize project. Cleans up unused or obsolete keys, reporting any failures without stopping on missing keys.
Instructions
This tool will delete translation keys in bulk in your SimpleLocalize project.
Provide 'translationKeys' array (min 1, max 100) with 'key' and optional 'namespace'.
It doesn't throw an error if a key doesn't exist, but returns failures list (if any).
Use this to clean up unused keys efficiently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| translationKeys | Yes | Array of translation keys to delete (min 1, max 100). |