language_delete
Permanently remove a language and unbind its content from a Voog site. Requires force parameter to execute; use site_snapshot first if unsure.
Instructions
Remove a language from the site (DELETE /languages/{id}). IRREVERSIBLE — Voog deletes the language and unbinds associated content. Requires force=true; without it the call is rejected. Run site_snapshot first if uncertain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| language_id | Yes | Voog language id (from languages_list) | |
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). |