:doc:`Neptune <../../neptune>` / Client / delete_db_parameter_group

*************************
delete_db_parameter_group
*************************



.. py:method:: Neptune.Client.delete_db_parameter_group(**kwargs)

  

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

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DeleteDBParameterGroup>`_  


  **Request Syntax**
  ::

    response = client.delete_db_parameter_group(
        DBParameterGroupName='string'
    )
    
  :type DBParameterGroupName: string
  :param DBParameterGroupName: **[REQUIRED]** 

    The name of the DB parameter group.

     

    Constraints:

     

    
    * Must be the name of an existing DB parameter group
     
    * You can't delete a default DB parameter group
     
    * Cannot be associated with any DB instances
    

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Neptune.Client.exceptions.InvalidDBParameterGroupStateFault`

  
  *   :py:class:`Neptune.Client.exceptions.DBParameterGroupNotFoundFault`

  