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

********************
delete_configuration
********************



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

  

  Deletes an MSK Configuration.

  

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


  **Request Syntax**
  ::

    response = client.delete_configuration(
        Arn='string'
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.

    

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

    
    ::

      {
          'Arn': 'string',
          'State': 'ACTIVE'|'DELETING'|'DELETE_FAILED'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      Successful response.

      
      

      - **Arn** *(string) --* 

        The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.

        
      

      - **State** *(string) --* 

        The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.

        
  
  **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`

  