MENU
      deleteCloudMongoDbUserList

        deleteCloudMongoDbUserList


        Article summary

        Available in VPC

        Delete a DB user to added to a Cloud DB for MongoDB instance.

        Request

        The following describes the request format for the endpoint. The request format is as follows:

        MethodURI
        GET, POST/deleteCloudMongoDbUserList

        Request headers

        For headers common to all Cloud DB for MongoDB (VPC) APIs, see Cloud DB for MongoDB (VPC) request headers.

        Request parameter

        The following describes the parameters.

        FieldTypeRequiredDescription
        regionCodeStringOptionalRegion code of the Cloud DB for MongoDB instance whose DB user you want to delete
        • Check through getRegionList
        • First Region of the getRegionList query result (default)
        cloudMongoDbInstanceNoStringRequiredInstance number of Cloud DB for MongoDB
        cloudMongoDbUserList.N.userNameList<String>RequiredList of DB user account IDs to delete
        • Check through getCloudMongoDbUserList
        • Up to 10 can be entered
        • <E.g.> cloudMongoDbUserList.1.userName=user1&cloudMongoDbUserList.2.userName=user2
        cloudMongoDbUserList.N.databaseNameList<String>RequiredList of Cloud DB for MongoDB DB names to delete the DB user from
        • Check through getCloudMongoDbUserList
        • <E.g.>cloudMongoDbUserList.1.databaseName=db001&cloudMongoDbUserList.2.databaseName=db002
        responseFormatTypeStringOptionalFormat of the response result
        • xml (default) | json

        Request example

        The following is a sample request.

        curl --location --request GET 'https://ncloud.apigw.ntruss.com/vmongodb/v2/deleteCloudMongoDbUserList
        ?regionCode=KR
        &cloudMongoDbInstanceNo=2512****
        &cloudMongoDbUserList.1.userName=user000
        &cloudMongoDbUserList.1.databaseName=db000
        &responseFormatType=json'
        --header 'x-ncp-apigw-timestamp: {Timestamp}'
        --header 'x-ncp-iam-access-key: {Access Key}'
        --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
        Curl

        Response

        The following describes the response format.

        Response status codes

        For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.

        Response example

        The following is a sample response.

        • If responseFormetType=json

          {
          "deleteCloudMongoDbUserListResponse": {
              "requestId": "84457145-****-****-****-865eaa242b66",
              "returnCode": "0",
              "returnMessage": "success"
          }
          JSON

        }
        ```

        • If responseFormetType=xml (default)

          <?xml version="1.0" encoding="UTF-8"?>
          <exportDbServerLogsToObjectStorageResponse>
              <requestId>84457145-****-****-****-865eaa242b66</requestId>
              <returnCode>0</returnCode>
              <returnMessage>success</returnMessage>
          </exportDbServerLogsToObjectStorageResponse>
          XML

        Was this article helpful?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.