Skip to content

dimension.delete

Deletes a dimension within the specified model.

js
dimension.delete(name)
dimension.delete(name)

Parameters

  • name - The identifier of the dimension to delete.

Example

js
dimension.delete("Account");
dimension.delete("Account");