:doc:`Redshift <../../redshift>` / Client / delete_cluster_parameter_group

******************************
delete_cluster_parameter_group
******************************



.. py:method:: Redshift.Client.delete_cluster_parameter_group(**kwargs)

  

  Deletes a specified Amazon Redshift parameter group.

   

  .. note::

    

    You cannot delete a parameter group if it is associated with a cluster.

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteClusterParameterGroup>`_  


  **Request Syntax**
  ::

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

    The name of the parameter group to be deleted.

     

    Constraints:

     

    
    * Must be the name of an existing cluster parameter group.
     
    * Cannot delete a default cluster parameter group.
    

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Redshift.Client.exceptions.InvalidClusterParameterGroupStateFault`

  
  *   :py:class:`Redshift.Client.exceptions.ClusterParameterGroupNotFoundFault`

  