alias.delete
Deletes an alias from within a dimension permanently.
js
alias.delete(dimension, aliasName)
Parameters
dimension
- The dimension in which to delete an alias.aliasName
- The identifier of the alias to be delete.
Example
js
alias.delete("Account", "No - Name");
TIP
Deletes an alias from within a dimension. Please note that this function is permanent.