deletePointOfView
Deletes artifacts and Oracle Essbase cube data from a POV in an Enterprise Profitability and Cost Management application.
Applies to
Enterprise Profitability and Cost ManagementRequired Roles
Service AdministratorUsage
epmautomate deletePointOfView POV_NAME [povDelimiter="DELIMITER"] where:
POV_NAMEidentifies the name of the POV to be deleted.povDelimiteris the delimiter used in POV values. Default is::(double Colon). This value must be enclosed in double quotation marks. Example:povDelimiter="_".Other than the default, only these delimiters are supported: _ (under score), # (hash), ~ (tilde), % (percentage), ; (semicolon), : (colon), - (dash).
Example
- Deleting a POV that uses a custom POV delimiter
epmAutomate deletePointOfView FY21_Jan_Actual_Working povDelimiter="_" - Deleting a POV that uses the default POV delimiter
epmAutomate deletePointOfView FY21::Jan::Actual::Working