deleteDbParameterGroup

Deletes a specified DB parameter group. The DB parameter group to be deleted can't be associated with any DB instances.

Samples


fun main() { 
   //sampleStart 
   // The following example deletes a DB parameter group.
rdsClient.deleteDbParameterGroup {
    dbParameterGroupName = "mydbparametergroup"
} 
   //sampleEnd
}