:doc:`DocDB <../../docdb>` / Client / delete_db_cluster_parameter_group

*********************************
delete_db_cluster_parameter_group
*********************************



.. py:method:: DocDB.Client.delete_db_cluster_parameter_group(**kwargs)

  

  Deletes a specified cluster parameter group. The cluster parameter group to be deleted can't be associated with any clusters.

  

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


  **Request Syntax**
  ::

    response = client.delete_db_cluster_parameter_group(
        DBClusterParameterGroupName='string'
    )
    
  :type DBClusterParameterGroupName: string
  :param DBClusterParameterGroupName: **[REQUIRED]** 

    The name of the cluster parameter group.

     

    Constraints:

     

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

    

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

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

  