DELETEDB

Deletes a database.

Syntax

DELETEDB appName dbName
ParameterDescription

appName

Name of the application containing the database to delete.

dbName

Name of the database.

Notes

Deleting a database deletes all of its associated artifacts, along with any additional files that reside in the database directory.

Example

To delete a database called BASIC from an application called TBC:

DELETEDB "TBC" "BASIC";