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

***************************
delete_cluster_subnet_group
***************************



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

  

  Deletes the specified cluster subnet group.

  

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


  **Request Syntax**
  ::

    response = client.delete_cluster_subnet_group(
        ClusterSubnetGroupName='string'
    )
    
  :type ClusterSubnetGroupName: string
  :param ClusterSubnetGroupName: **[REQUIRED]** 

    The name of the cluster subnet group name to be deleted.

    

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

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

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

  