Amazon.RDS.AmazonRDSClient.DeleteDBParameterGroup C# (CSharp) Method

DeleteDBParameterGroup() public method

Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted cannot be associated with any DB instances.
/// DBParameterGroupName does not refer to an existing DB parameter group. /// /// The DB parameter group cannot be deleted because it is in use. ///
public DeleteDBParameterGroup ( DeleteDBParameterGroupRequest request ) : Amazon.RDS.Model.DeleteDBParameterGroupResponse
request Amazon.RDS.Model.DeleteDBParameterGroupRequest Container for the necessary parameters to execute the DeleteDBParameterGroup service method.
return Amazon.RDS.Model.DeleteDBParameterGroupResponse
        public DeleteDBParameterGroupResponse DeleteDBParameterGroup(DeleteDBParameterGroupRequest request)
        {
            var marshaller = new DeleteDBParameterGroupRequestMarshaller();
            var unmarshaller = DeleteDBParameterGroupResponseUnmarshaller.Instance;

            return Invoke<DeleteDBParameterGroupRequest,DeleteDBParameterGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient