Deletes a FeatureStore project.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
featurestore:DeleteProject |
delete |
*All Resource
|
None | None |
Request syntax
DELETE /api/v1/instances/{InstanceId}/projects/{ProjectId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the instance. You can call the ListInstances operation to get the instance ID. |
fs-cn-******** |
| ProjectId |
string |
Yes |
The ID of the project. You can call the ListProjects operation to get the project ID. |
3 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response schema |
||
| RequestId |
string |
The request ID. |
0DA35264-0877-5852-8971-7735B547C969 |
Examples
Success response
JSON format
{
"RequestId": "0DA35264-0877-5852-8971-7735B547C969"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.