Documentation Index

Fetch the complete documentation index at: https://cli.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

deleteCloudMongoDbUserList

Prev Next

VPC環境で利用できます。

概要

Cloud DB for MongoDB Userを削除します。

リクエスト

リクエストパラメータ

パラメータ名 要否 タイプ 制約事項 説明
regionCode No String リージョンコード
regionCodeは、getRegionListアクションを通じて取得可能
Default: getRegionList照会結果の最初のリージョンを選択
cloudMongoDbInstanceNo Yes String Cloud DB for MongoDBのインスタンス番号
cloudMongoDbInstanceNoは、getCloudMongoDbInstanceListアクションを通じて取得可能
cloudMongoDbUserList.N.userName Yes List<String> アルファベット、数字、アンダースコア(_)、ハイフン(-)のみ許可され、先頭文字は必ずアルファベットにすること
Min: 4, Max: 16
Cloud DB for MongoDB Userの名
User作業は、一度に最大10個可能
cloudMongoDbUserList.N.databaseName Yes List<String> アルファベット、数字、アンダースコア(_)、ハイフン(-)のみ許可され、先頭文字は必ずアルファベットにすること
Min: 4, Max: 16
Cloud DB for MongoDB Databaseの名前
output No String - レスポンス結果のフォーマットタイプ
Options : xml | json
Default : json

リクエスト例

ncloud vmongodb deleteCloudMongoDbUserList --regionCode KR --cloudMongoDbInstanceNo ****890 --cloudMongoDbUserList "userName='testuser', databaseName='testdatabase'"

レスポンス例

{
  "deleteCloudMongoDbUserListResponse": {
    "requestId": "2afd05f7-8817-4234-8a77-c9a5906133d8",
    "returnCode": 0,
    "returnMessage": "success"
  }
}