delete_translation_keys_bulk
Remove multiple translation keys simultaneously from a SimpleLocalize project to clean up unused localization data efficiently. Specify keys with optional namespaces in batches of up to 100 items.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| translationKeys | Yes | Array of translation keys to delete (min 1, max 100). |