delete_translation
Delete a single translation for a Power BI model object, removing its localized Caption, Description, or DisplayFolder for a specified culture.
Instructions
Delete ONE object translation: the translated Caption / Description / DisplayFolder of a model object in a culture. objectType = table | column | measure | hierarchy | model (column/measure/hierarchy need the table).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | host table for column/measure/hierarchy objects | |
| culture | Yes | the culture, e.g. fr-FR | |
| property | Yes | Caption | Description | DisplayFolder | |
| sessionId | Yes | ||
| objectName | Yes | the object's name | |
| objectType | Yes | table | column | measure | hierarchy | model |