
delete-db-subnet-group
**********************


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

Deletes a DB subnet group.

Note: The specified database subnet group must not be associated with any
  DB instances.


SYNOPSIS
========

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


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

"--db-subnet-group-name"  (string)
   The name of the database subnet group to delete.

   Note: You cannot delete the default subnet group.

   Constraints:

   * Must be 1 to 255 alphanumeric characters

   * First character must be a letter

   * Cannot end with a hyphen or contain two consecutive hyphens


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

None
