Using Command Line Parameters Only
Usage
epmautomate deletePointOfView POV_NAME
[povDelimiter="DELIMITER"], where:
POV_NAMEidentifies the name of the POV to be deleted.povDelimiter, optionally, is 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).
Examples
- Deleting a POV that uses a custom POV delimiter:
epmAutomate deletePointOfView FY25_Jan_Actual_Working povDelimiter="_" - Deleting a POV that uses the default POV delimiter:
epmAutomate deletePointOfView FY25::Jan::Actual::Working