All Products
Search
Document Center

Microservices Engine:DeleteZnode

Last Updated:Aug 12, 2024

Deletes a ZooKeeper node.

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 parameters

ParameterTypeRequiredDescriptionExample
RequestParsstringNo

The extended request parameters in the JSON format.

{}
ClusterIdstringYes

The ID of the instance.

mse-09k1q11****
PathstringYes

The path of the node.

/zookeeper
AcceptLanguagestringNo

The language of the response. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

The data structure.

HttpCodestring

The HTTP status code returned.

200
Messagestring

The message returned.

The request is successfully processed.
RequestIdstring

The ID of the request.

DC34E4A3-5F1C-4E40-86EA-02EDF967****
Dataobject

The details of the data.

Datastring

The data of the node.

cluster
Pathstring

The path of the node.

/
Dirboolean

Indicates whether the node information was returned. Valid values:

  • true: The node information was returned.
  • false: The node information failed to be returned.
true
Namestring

The name of the node.

mse-bc1a29b0-160230875****-reg-center-0-1
ErrorCodestring

The error code returned if the request failed.

mse-100-000
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true

Examples

Sample success responses

JSONformat

{
  "HttpCode": "200",
  "Message": "The request is successfully processed.\n",
  "RequestId": "DC34E4A3-5F1C-4E40-86EA-02EDF967****",
  "Data": {
    "Data": "cluster",
    "Path": "/",
    "Dir": true,
    "Name": "mse-bc1a29b0-160230875****-reg-center-0-1"
  },
  "ErrorCode": "mse-100-000",
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalRequestInvalid request:%sInvalid request: %s
400InvalidParameterParameter error:%sRequest parameter error: %s
403NoPermissionYou are not authorized to perform this operation:%sYou do not have the permission to use this interface:%s
404NotFoundNot found:%sThe resource does not exist:%s
500InternalErrorConsole error. Try again later:%sConsole error. Try again later: %s

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

Change history

Change timeSummary of changesOperation
No change history