deleteProjectArea command

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
The deleteProjectArea command deletes a project area from the development environment. You cannot delete the default project area or a project area that has solutions assigned to it.

Syntax

The following syntax includes line breaks to format the command for reading. Enter the command and options on a single line without any line breaks.
configmgr_cl deleteProjectArea  
 -profile myprofile
 -projectAreaName project_area_name
 [-silent] [-force] [-help]

Parameters

-profile myprofile
Specifies the development profile that is associated with the project area. The object store and Content Platform Engine properties from the profile are used to create the project area. The myprofile value can be one of the following items:
  • The name of the profile, such as develop1. The profile is located in the install_root/CaseManagement/configure/profiles directory. install_root is the location where IBM® Business Automation Workflow is installed.
  • The full path to the profile directory, such as "install_root\CaseManagement\configure\profiles\develop1" or /install_root/CaseManagement/configure/profiles/develop1.
  • The full path to the profile input file, such as "install_root\CaseManagement\configure\profiles\develop1\develop1.cfgp" or /install_root/CaseManagement/configure/profiles/develop1/develop1.cfgp.
-projectAreaName project_area_name
The name of the project area. The default project area is named dev_env_connection_definition. The name can contain up to 255 characters. If the name includes a space, put the name in double quotation marks, for example, "Credit Dispute Area". The name cannot contain any of the following characters: \ /: * ? " < > |
-silent
Optional: When you specify the -silent parameter, no prompts or informational messages are shown in the console, but the errors are written to the log. Failure messages and validation error messages are shown as needed, such as messages about missing passwords or invalid port numbers. If you run the execute command to run all the activities in a profile and you specify the -silent parameter, you must also specify the -force parameter.
-force
Optional and applies only when the -silent parameter is used. When you specify the -force parameter, the activity is run without pausing for required responses to validation error messages, such as messages about missing passwords or invalid port numbers.
-help
Optional: Shows a brief message on the command syntax instead of running the command.

Sample commands

The following examples include line breaks to format the command for reading. Enter the command and options on a single line without any line breaks.
Delete a project area.
The following command deletes the CreditDisputeArea project area from the development environment that was configured with the myDevelop1 profile:
configmgr_cl deleteProjectArea  
 -profile Develop1
 -projectAreaName CreditDisputeArea
 [-silent] [-force]
Show the help for the deleteProjectArea command.
The following command shows the help for the deleteProjectArea command:
configmgr_cl deleteProjectArea -help