:doc:`VPCLattice <../../vpc-lattice>` / Client / delete_resource_configuration

*****************************
delete_resource_configuration
*****************************



.. py:method:: VPCLattice.Client.delete_resource_configuration(**kwargs)

  

  Deletes the specified resource configuration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DeleteResourceConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_resource_configuration(
        resourceConfigurationIdentifier='string'
    )
    
  :type resourceConfigurationIdentifier: string
  :param resourceConfigurationIdentifier: **[REQUIRED]** 

    The ID or ARN of the resource configuration.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`VPCLattice.Client.exceptions.ValidationException`

  
  *   :py:class:`VPCLattice.Client.exceptions.AccessDeniedException`

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

  
  *   :py:class:`VPCLattice.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`VPCLattice.Client.exceptions.ThrottlingException`

  
  *   :py:class:`VPCLattice.Client.exceptions.InternalServerException`

  