> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/taxes/llms.txt)
> Source: https://docs.saleor.io/api-reference/taxes/mutations/tax-country-configuration-delete

# taxCountryConfigurationDelete Mutation

Remove all tax class rates for a specific country.

Requires the MANAGE\_TAXES permission.

```graphql
taxCountryConfigurationDelete(
  countryCode: CountryCode!
): TaxCountryConfigurationDelete
```

Details

```graphql
type TaxCountryConfigurationDelete {
  taxCountryConfiguration: TaxCountryConfiguration
  errors: [TaxCountryConfigurationDeleteError!]!
}
```

<a id="arguments"></a>

### Arguments

<a id="country-code"></a>

#### [`countryCode`](#country-code) ● [`CountryCode!`](/api-reference/miscellaneous/enums/country-code.md)

Country in which to update the tax class rates.

<a id="type"></a>

### Type

<a id="taxcountryconfigurationdelete"></a>

#### [`TaxCountryConfigurationDelete`](/api-reference/taxes/objects/tax-country-configuration-delete.md)

Remove all tax class rates for a specific country.

Requires the MANAGE\_TAXES permission.
