Deletes an advanced configuration file.
Operation description
Method
DELETE
URI
/openapi/ha3/instances/{instanceId}/advanced-configs/{configName}/file
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
searchengine:DeleteConfigFile |
*Instance
|
None | None |
Request syntax
DELETE /openapi/ha3/instances/{instanceId}/advanced-configs/{configName}/file HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
Yes |
The ID of the instance. |
ha-cn-pl32rf0**** |
| configName |
string |
Yes |
The name of the configuration. |
ha-cn-pl32rf0****@ha-cn-pl32rf0****_test_api@test_api@index_config_edit |
| fileName |
string |
Yes |
The name of the file. |
/schemas/automobile_vector_schema.json |
| parentFullPath |
string |
Yes |
The path of the parent folder. |
/ |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The ID of the request. |
10D5E615-69F7-5F49-B850-00169ADE513C |
| result |
object |
The result that is returned. |
{} |
Examples
Success response
JSON format
{
"requestId": "10D5E615-69F7-5F49-B850-00169ADE513C",
"result": {}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.