remove_from_vocabulary
Permanently delete a term from your voice vocabulary to stop incorrect corrections. Use for irrelevant or problematic entries. Requires exact spelling. Idempotent—safe to run even if term doesn't exist.
Instructions
Remove a term from the voice vocabulary.
Returns confirmation with the removed term and whether the term existed.
USE WHEN: a vocabulary entry is causing wrong corrections or is no longer relevant. NOT FOR: temporarily disabling — there is no soft-disable; this is a permanent delete.
BEHAVIOR: SIDE EFFECT — DESTRUCTIVE. Removes the term from the vocabulary database; not recoverable except by re-adding. Idempotent (no-op if term doesn't exist).
PARAMETERS: term: exact spelling as stored. Required. Case-sensitive — confirm via get_vocabulary first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |