Erasing a project from a database

Use an Ant task to erase a project from the Decision Center database.

You can remove a project from the database. After the project is erased, you cannot reinstate it. Create a backup of the project if you might use it again.

You cannot erase a project if another project depends on it.

To erase a project and all of its contents, run the drop-project Ant task:
ant drop-project -Dserver.url=<server url> -DdatasourceName=<data source name> -DprojectName=<project name>
Use the following parameters with the Ant task:
-Dserver.url=<server url>
The URL of the application server that has the database.
-DdatasourceName=<data source name>
The name of an existing Decision Center database.
-DprojectName=<project name>

The name of the project to be erased.