:doc:`Kafka <../../kafka>` / Client / delete_cluster_policy

*********************
delete_cluster_policy
*********************



.. py:method:: Kafka.Client.delete_cluster_policy(**kwargs)

  

  Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/DeleteClusterPolicy>`_  


  **Request Syntax**
  ::

    response = client.delete_cluster_policy(
        ClusterArn='string'
    )
    
  :type ClusterArn: string
  :param ClusterArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the cluster.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      Successful response.

      
  
  **Exceptions**
  
  *   :py:class:`Kafka.Client.exceptions.NotFoundException`

  
  *   :py:class:`Kafka.Client.exceptions.BadRequestException`

  
  *   :py:class:`Kafka.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`Kafka.Client.exceptions.ForbiddenException`

  