Skip to content

alias.wipe

Removes all given alias names from the element within the dimension.

js
alias.wipe(dimension, aliasName)
alias.wipe(dimension, aliasName)

Parameters

  • Dimension - The dimension within which to wipe alias names from.
  • aliasName - The identifier of the alias to be wiped.

Example

js
alias.wipe("Account", "No - Name");
alias.wipe("Account", "No - Name");