DeleteSemanticView
更新时间:
复制 MD 格式
Deletes the specified semantic view.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
Yes |
The ID of the ADB cluster. |
am-bp11q28kvl688**** |
| SchemaName |
string |
Yes |
The name of the schema. |
adb_demo |
| ViewName |
string |
Yes |
The name of the semantic view. |
adb_sv_name |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| RequestId |
string |
The ID of the request. |
3A8F6106-6AFD-5A34-9C80-8DE2C42D06E8 |
Examples
Success response
JSON format
{
"RequestId": "3A8F6106-6AFD-5A34-9C80-8DE2C42D06E8"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MDS.CatalogAlreadyExist | The catalog already exists. | Catalog already exists |
| 400 | MDS.IllegalArgument | Invalid argument. | An invalid parameter is used. |
| 400 | MDS.InvalidPrivilege | No permissions. | You are not authorized to perform this operation. |
| 400 | MDS.MetaSchemaAlreadyExist | The database already exists. | The specified database already exists. |
| 400 | MDS.MetaSchemaNotExist | The database does not exist. | The specified database does not exist. |
| 400 | MDS.MetaTableAlreadyExist | The table already exists. | The specified table already exists. |
| 400 | MDS.MetaTableNotExist | The table is not found. | The specified table does not exist. |
| 400 | MDS.SemanticViewNotExist | This semantic view does not exist. | This semantic view does not exist |
| 500 | MDS.InternalError | An internal MDS error occurred. | An internal error occurred. |
| 500 | MDS.MetaVisitError | Failed to access metadata. | Failed to access the metadata. |
| 403 | MDS.RamAuthAccessDenied | ram auth access denied. | RAM authentication failed |
| 404 | MDS.InstanceNotExist | ADB instance does not exist. | ADB instance does not exist |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?