This command deletes a VAST database schema.
Usage
schema create --name SCHEMA --database-name DATABASE
Required Parameters
| Enter the name for the schema being deleted. |
| Enter the name of the database that contains the schema. |
Example
This example shows deleting a schema named schema1 from database vastdb:
vcli: admin> schema delete --name schema1 --database_name vastdb