:doc:`Glue <../../glue>` / Client / delete_integration_resource_property

************************************
delete_integration_resource_property
************************************



.. py:method:: Glue.Client.delete_integration_resource_property(**kwargs)

  

  This API is used for deleting the ``ResourceProperty`` of the Glue connection (for the source) or Glue database ARN (for the target).

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteIntegrationResourceProperty>`_  


  **Request Syntax**
  ::

    response = client.delete_integration_resource_property(
        ResourceArn='string'
    )
    
  :type ResourceArn: string
  :param ResourceArn: **[REQUIRED]** 

    The connection ARN of the source, or the database ARN of the target.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

  
  *   :py:class:`Glue.Client.exceptions.EntityNotFoundException`

  
  *   :py:class:`Glue.Client.exceptions.InternalServiceException`

  
  *   :py:class:`Glue.Client.exceptions.InvalidInputException`

  