All Products
Search
Document Center

OpenSearch:DeleteFolder

Last Updated:Jul 16, 2024

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

DELETE /openapi/ha3/instances/{instanceId}/sql-studio/databases/{database}/folders/{folderId}

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringYes

The instance ID.

ha-cn-pl32rf0****
databasestringYes

database name

general
folderIdlongYes

folder id

-1

Response parameters

ParameterTypeDescriptionExample
object
requestIdstring

id of request

022F36C7-9FB4-5D67-BEBC-3D14B0984463
resultobject

Response<Map<String, String>>

resultobject

The result

string

The result.

{}
requestIdstring

The request ID.

022F36C7-9FB4-5D67-BEBC-3D14B0984463

Examples

Sample success responses

JSONformat

{
  "requestId": "022F36C7-9FB4-5D67-BEBC-3D14B0984463",
  "result": {
    "result": {
      "key": "{}"
    },
    "requestId": "022F36C7-9FB4-5D67-BEBC-3D14B0984463"
  }
}

Error codes

For a list of error codes, visit the Service error codes.