Delete Jedox Cube
jedox_delete_cubeDelete a cube and all its data from a Jedox database. This irreversible action requires saving after deletion.
Instructions
Delete a cube and all its data from a Jedox database.
WARNING: This is irreversible. All cell data in the cube will be lost.
Args:
database_id: Numeric ID of the database
cube_id: Numeric ID of the cube to delete
Returns: { success: true } Call jedox_save_database afterwards to persist the change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| cube_id | Yes |