Skip to content

cube.remove

Removes a cube within a model permanently, when removing a cube within a model please note that this action is irreversible.

js
cube.remove(name)
cube.remove(name)

Parameters

  • name - The identifier of the cube to delete.

Example

js
cube.remove("General Ledger");
cube.remove("General Ledger");