:doc:`MQ <../../mq>` / Client / delete_configuration

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



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

  

  Deletes the specified configuration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/DeleteConfiguration>`_  


  **Request Syntax**
  ::

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

    The unique ID that Amazon MQ generates for the configuration.

    

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

    
    ::

      {
          'ConfigurationId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      HTTP Status Code 200: OK.

      
      

      - **ConfigurationId** *(string) --* 

        The unique ID that Amazon MQ generates for the configuration.

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

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

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

  
  *   :py:class:`MQ.Client.exceptions.ConflictException`

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

  