Skip to main content
Version: Canary 🚧

TaxClassDelete

Delete a tax class. After deleting the tax class any products, product types or shipping methods using it are updated to use the default tax class.

Added in Saleor 3.9
Requires MANAGE_TAXESpermission.
type TaxClassDelete {
errors: [TaxClassDeleteError!]!
taxClass: TaxClass
}

Fields

TaxClassDelete.errors ● [TaxClassDeleteError!]! non-null object

TaxClassDelete.taxClass ● TaxClass object

Returned by

taxClassDelete mutation


Was this page helpful?