Delete Db Parameter Group
neptune_delete_db_parameter_group | R Documentation |
Deletes a specified DBParameterGroup¶
Description¶
Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted can't be associated with any DB instances.
Usage¶
neptune_delete_db_parameter_group(DBParameterGroupName)
Arguments¶
DBParameterGroupName |
[required] The name of the DB parameter group. Constraints:
|
Value¶
An empty list.
Request syntax¶
svc$delete_db_parameter_group(
DBParameterGroupName = "string"
)