
delete-db-parameter-group
*************************


DESCRIPTION
===========

Deletes a specified DBParameterGroup. The DBParameterGroup cannot be
associated with any RDS instances to be deleted.

Note: The specified DB Parameter Group cannot be associated with any DB
  Instances.


SYNOPSIS
========

   aws rds delete-db-parameter-group
     --db-parameter-group-name <value>


REQUIRED PARAMETERS
===================

"--db-parameter-group-name"  (string)
   The name of the DB Parameter Group.

   Constraints:

   * Must be the name of an existing DB Parameter Group

   * You cannot delete a default DB Parameter Group

   * Cannot be associated with any DB Instances


OPTIONAL PARAMETERS
===================

None
