Skip to main content

taxCountryConfigurationDelete Mutation

Remove all tax class rates for a specific country.

Requires the MANAGE_TAXESpermission.
taxCountryConfigurationDelete(
countryCode: CountryCode!
): TaxCountryConfigurationDelete
Details
type TaxCountryConfigurationDelete {
taxCountryConfiguration: TaxCountryConfiguration
errors: [TaxCountryConfigurationDeleteError!]!
}

Arguments

countryCode ● CountryCode!

Country in which to update the tax class rates.

Type

TaxCountryConfigurationDelete

Remove all tax class rates for a specific country.

Requires the MANAGE_TAXESpermission.