:doc:`DAX <../../dax>` / Client / delete_parameter_group

**********************
delete_parameter_group
**********************



.. py:method:: DAX.Client.delete_parameter_group(**kwargs)

  

  Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any DAX clusters.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/DeleteParameterGroup>`_  


  **Request Syntax**
  ::

    response = client.delete_parameter_group(
        ParameterGroupName='string'
    )
    
  :type ParameterGroupName: string
  :param ParameterGroupName: **[REQUIRED]** 

    The name of the parameter group to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'DeletionMessage': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **DeletionMessage** *(string) --* 

        A user-specified message for this action (i.e., a reason for deleting the parameter group).

        
  
  **Exceptions**
  
  *   :py:class:`DAX.Client.exceptions.InvalidParameterGroupStateFault`

  
  *   :py:class:`DAX.Client.exceptions.ParameterGroupNotFoundFault`

  
  *   :py:class:`DAX.Client.exceptions.ServiceLinkedRoleNotFoundFault`

  
  *   :py:class:`DAX.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`DAX.Client.exceptions.InvalidParameterCombinationException`

  