Skip to main content

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.
taxClassDelete(
id: ID!
): TaxClassDelete

Arguments

taxClassDelete.id ● ID! non-null scalar miscellaneous

ID of a tax class to delete.

Type

TaxClassDelete object taxes

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.