Delete Jedox Element
jedox_delete_elementDelete an element from a Jedox dimension by providing database, dimension, and element IDs. Handles removal of consolidated elements and base elements from consolidations.
Instructions
Delete an element from a Jedox dimension.
WARNING: Deleting a consolidated element does not delete its children, only the parent node. Deleting a base element that is a child of consolidations will remove it from those consolidations.
Args:
database_id: Numeric ID of the database
dimension_id: Numeric ID of the dimension
element_id: Numeric ID of the element to delete
Returns: { success: true }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| dimension_id | Yes | ||
| element_id | Yes | Numeric ID of the element to delete. |