本文へジャンプします。

ニフクラ ユーザーガイド

クラウド トップ>API> RDB> DeleteDBParameterGroup
本ページは2023/9/5をもって、新ページhttps://docs.nifcloud.com/rdb/api/DeleteDBParameterGroup.htmへ移行しました。 今後は新ページをご参照ください。

DeleteDBParameterGroup

処理概要

DBパラメーターグループを削除します。

DBサーバーに紐づいているDBパラメーターグループを削除することはできません。

指定するパラメーター

パラメーター 説明 必須
DBParameterGroupName string

DBパラメーターグループ名

  • ※存在するDBパラメーターグループを指定する必要があります
  • ※デフォルトのDBパラメーターグループは削除できません
  • ※DBサーバーに適用されているDBパラメーターグループは削除できません

応答フィールド

フィールド (項目) 説明
DeleteDBParameterGroupResponse structure ルート
ResponseMetadata structure 共通メタ情報
RequestId string リクエスト識別子

エラー

コード メッセージ タイプ HTTPステータスコード 説明
Client.InvalidParameterFormat.DBParameterGroupName

The parameter DBParameterGroupName is not a valid identifier.Identifiers must begin with a letter; must contain only lowercase ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

Sender 400 DBParameterGroupNameに無効な値(ハイフンから始まる 等)を指定した場合
Client.InvalidParameterNotFound.DBParameterGroup

DBParameterGroup not found: aaa

Sender 404 存在しないDBParameterGroupNameを指定した場合
Client.InvalidParameterRequired.DBParameterGroupName

DBParameterGroupName is required.

Sender 400 必須のDBParameterGroupNameを指定しなかった場合
Client.InvalidParameterTooLong.DBParameterGroupName

The parameter DBParameterGroupName is not a valid identifier because it is longer than 255 characters.

Sender 400 DBParameterGroupNameに255文字を超える値を指定した場合
Client.ResourceInapplicable.DefaultOrInUseDBParameterGroup

One or more database instances are still members of this parameter group sample-parameter, so the group cannot be deleted

Sender 400 "default."で始まるデフォルトのDBパラメーターグループを 削除しようとした場合
DBサーバーに設定されているDBパラメーターグループを削除しようとした場合

リクエストサンプル

    https://jp-east-1.rdb.api.nifcloud.com/
  ?Action=DeleteDBParameterGroup
  &DBParameterGroupName=mydbparametergroup
  &SignatureVersion=2
  &SignatureMethod=HmacSHA256
  &Timestamp=2013-12-09T00:00:00.000Z
  &AWSAccessKeyId=<NIFCLOUD Access Key ID>
  &Signature=<Signature>

  

応答サンプル

    <DeleteDBParameterGroupResponse>
  <ResponseMetadata>
    <RequestId>ee6fe112-3686-4eed-86a1-6ed32c07cd9d</RequestId>
  </ResponseMetadata>
</DeleteDBParameterGroupResponse>

  
  • ※本ページ記載の金額は、すべて税抜表示です。
  • ※本ページ記載の他社製品名および会社名などは、各社の商標または登録商標です。
  • ※本ページの内容は、2023年9月05日時点の情報です。

推奨画面サイズ 1024×768 以上