Deletes a datasource from a FeatureStore instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
featurestore:DeleteDatasource |
delete |
*All Resource
|
None | None |
Request syntax
DELETE /api/v1/instances/{InstanceId}/datasources/{DatasourceId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the instance. Call the ListInstances operation to obtain this ID. |
fs-cn-******** |
| DatasourceId |
string |
Yes |
The ID of the datasource. Call the ListDatasources 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 data. |
||
| RequestId |
string |
The request ID. |
E2E1575F-29D1-5579-B649-B7883A793562 |
Examples
Success response
JSON format
{
"RequestId": "E2E1575F-29D1-5579-B649-B7883A793562"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.