TaxSettings / Client / delete_tax_registration

delete_tax_registration#

TaxSettings.Client.delete_tax_registration(**kwargs)#

Deletes tax registration for a single account.

Note

This API operation can’t be used to delete your tax registration in Brazil. Use the Payment preferences page in the Billing and Cost Management console instead.

See also: AWS API Documentation

Request Syntax

response = client.delete_tax_registration(
    accountId='string'
)
Parameters:

accountId (string) – Unique account identifier for the TRN information that needs to be deleted. If this isn’t passed, the account ID corresponding to the credentials of the API caller will be used for this parameter.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • TaxSettings.Client.exceptions.ValidationException

  • TaxSettings.Client.exceptions.ConflictException

  • TaxSettings.Client.exceptions.ResourceNotFoundException

  • TaxSettings.Client.exceptions.InternalServerException