language_delete
Permanently delete a language from your Voog site. Requires force=true to execute, as the action is irreversible and unbinds associated content.
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 | ||
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). | |
| language_id | Yes | Voog language id (from languages_list) |