Delete Jedox Cube Rule
jedox_delete_ruleDelete a calculation rule from a Jedox cube by specifying the database, cube, and rule IDs. Returns success confirmation.
Instructions
Delete a calculation rule from a Jedox cube.
Args:
database_id: Numeric ID of the database
cube_id: Numeric ID of the cube
rule_id: Numeric ID of the rule (from jedox_list_rules)
Returns: { success: true }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| cube_id | Yes | ||
| rule_id | Yes | Numeric ID of the rule to delete (from jedox_list_rules). |