:doc:`SESV2 <../../sesv2>` / Client / delete_tenant_resource_association

**********************************
delete_tenant_resource_association
**********************************



.. py:method:: SESV2.Client.delete_tenant_resource_association(**kwargs)

  

  Delete an association between a tenant and a resource.

   

  When you delete a tenant-resource association, the resource itself is not deleted, only its association with the specific tenant is removed. After removal, the resource will no longer be available for use with that tenant's email sending operations.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteTenantResourceAssociation>`_  


  **Request Syntax**
  ::

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

    The name of the tenant to remove the resource association from.

    

  
  :type ResourceArn: string
  :param ResourceArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the resource to remove from the tenant association.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

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

  
  *   :py:class:`SESV2.Client.exceptions.TooManyRequestsException`

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

  