delete_translation_key
Delete a single translation key from your SimpleLocalize project. Provide the key name and optional namespace to remove it.
Instructions
This tool will delete a single translation key from your SimpleLocalize project.
Provide 'key' (required) and optionally 'namespace'.
Use delete_translation_keys_bulk to delete multiple keys at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Translation key name to delete. | |
| namespace | No | Namespace for the translation key (optional). |