:doc:`TaxSettings <../../taxsettings>` / Client / delete_supplemental_tax_registration

************************************
delete_supplemental_tax_registration
************************************



.. py:method:: TaxSettings.Client.delete_supplemental_tax_registration(**kwargs)

  

  Deletes a supplemental tax registration for a single account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/DeleteSupplementalTaxRegistration>`_  


  **Request Syntax**
  ::

    response = client.delete_supplemental_tax_registration(
        authorityId='string'
    )
    
  :type authorityId: string
  :param authorityId: **[REQUIRED]** 

    The unique authority Id for the supplemental TRN information that needs to be deleted.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

  