Delete Jedox Database
jedox_delete_databasePermanently delete a Jedox database by specifying its numeric ID. This removes all associated dimensions, cubes, and data and is irreversible.
Instructions
Permanently delete a Jedox database and all its dimensions, cubes, and data.
WARNING: This is irreversible. All data in the database will be lost.
Args:
database_id: Numeric ID of the database to delete
Returns: { success: true }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Numeric ID of the database to permanently delete. |