Member

Deletes the specified member and optionally all of the member's descendants.

Delete Member
Properties(ApplicationName, DimensionName, ParentName, MemberName, DeleteAllDescendants)
Values('Comma','C_Account','#root','TestMember1','false');

ApplicationName—The name of an existing application. Use #Shared to delete a member from a dimension in the Shared Library.

DimensionName—The name of an existing dimension.

ParentName—The name of the parent under which to delete the member. Use #Root when deleting a member at the top level of the tree.

MemberName—The name of the member to delete.

DeleteAllDescendants—Indicates if any descendants under the member being deleted should also be deleted. Allowed values:

  • True

  • False