deleteFolder
Deletes a custom folder from the environment.
Use this command to delete a custom folder within inbox, including any files stored in
it. Generally, you create custom folders within the inbox using the uploadFile command, for example,
you can create my_custom_folder in inbox using the command
epmautomate uploadFile C:\Work\db_notes.zip inbox/my_custom_folder.
You cannot delete these folders from an environment:
- inbox
- outbox
- profitinbox
- profitoutbox
Applies to
Planning, Planning Modules, FreeForm, Financial Consolidation and Close, Tax Reporting, Account Reconciliation, Profitability and Cost Management, Enterprise Profitability and Cost Management, Oracle Enterprise Data Management Cloud, Narrative Reporting, Sales Planning, and Strategic Workforce Planning.
Required Roles
- Service Administrator
- Any application role and the Migrations - Administer granular role
Usage
epmautomate deleteFolder inbox/FOLDER_NAME, where
FOLDER_NAME is the name of the folder to delete. You
must provide the full path of the folder to delete; for example,
inbox/myFolder.
Note:
You cannot use this command to traverse a folder path. For example, commands such as these will result in an error:epmautomate deleteFolder inbox/..epmautomate deleteFolder inbox/my_folder/..
Example
epmautomate deleteFolder
inbox/my_custom_folder