Deletes a specified DBParameterGroup. The DBParameterGroup cannot be associated with any RDS instances to be deleted.
The specified DB Parameter Group cannot be associated with any DB Instances.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Required |
The name of the DB Parameter Group. Constraints:
|
|
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
---|---|
A |
Examples
Delete a parameter group.
// Instantiate the class $rds = new AmazonRDS(); $response = $rds->delete_db_parameter_group('myParamGroup'); // Success? var_dump($response->isOK());
Related Methods
Source
Method defined in services/rds.class.php | Toggle source view (7 lines) | View on GitHub