language_delete
Delete a language and unbind its associated content from your Voog site. This operation is irreversible and requires the force parameter to be true.
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). |