Deletes a feature view. A feature view cannot be deleted if it is referenced by a model feature. To delete the feature view, you must first delete the associated model feature.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
featurestore:DeleteFeatureView |
delete |
*All Resource
|
None | None |
Request syntax
DELETE /api/v1/instances/{InstanceId}/featureviews/{FeatureViewId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the feature store instance. You can call the ListInstances operation to obtain this ID. |
fs-cn-******** |
| FeatureViewId |
string |
Yes |
The ID of the feature view. You can call the ListFeatureViews operation to obtain this ID. |
3 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
BF349686-C932-55B5-9B31-DAFA395C0E06 |
Examples
Success response
JSON format
{
"RequestId": "BF349686-C932-55B5-9B31-DAFA395C0E06"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.