Advanced Customization > Business Logic Customization > Data Exchange using Standards in Windchill > STEP Data Exchange using EXPRESS > STEP Foundation > EXPRESS Tools > EXPRESS Database Tools > Delete Schema
  
Delete Schema
Use this command to delete express and express-x conversion schemas from the EDM database.
Command Syntax
$>java wt.stepdex.expressschemautil.ExpressDbSchemaManager -deleteschema -type(-t) -e|-x -schemaname(-n) SchemaName [-dbname (-d) <DBName> -user(-u) <DBContextLoginName> -password(-p) DBPassword -location(-l) DBLocation]
Where:
-deleteSchema : Option to delete a schema
-t : Type of the schema. Could be of following 2 options
-x : Option to load an EXPRESS-X schema
-e : Option to load EXPRESS schema
SchemaName : Specify the name of schema
DBName : Specify database name
DBContextLoginName : Specify database context login name
DBPassword : Specify the database password
DBLocation : Specify path to database file