This command deletes a projection.
Usage
projection delete --database-name DATABASE
--schema-name SCHEMA
--table-name TABLE
--name PROJECTION
[--tenant-id TENANT]Required Parameters
| Specifies the name of the database containing the table. |
| Specifies the name of the schema containing the table. |
| Specifies the name of the table. |
| Specifies the name of the projection to be deleted. |
Options
| Enter the ID of the tenant where the database resides If omitted, the default tenant is assumed. |
Example
vcli: admin> projection delete --database-name tabular --schema-name vastagoda --table-name agoda --name newProj
Projection has been deleted