DeleteDBSubnetGroup
Deletes a DB subnet group.
Note
The specified database subnet group must not be associated with any DB instances.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- DBSubnetGroupName
-
The name of the database subnet group to delete.
Note
You can't delete the default subnet group.
Constraints:
Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.
Example:
mySubnetgroup
Type: String
Required: Yes
Errors
For information about the errors that are common to all actions, see Common Errors.
- DBSubnetGroupNotFoundFault
-
DBSubnetGroupName does not refer to an existing DB subnet group.
HTTP Status Code: 404
- InvalidDBSubnetGroupStateFault
-
The DB subnet group cannot be deleted because it is in use.
HTTP Status Code: 400
- InvalidDBSubnetStateFault
-
The DB subnet is not in the available state.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: