Taxes > Tax Rules > taxRulesDelete
Commerce APITaxesTax RulestaxRulesDelete
taxRulesDelete
DELETE:tax_rules.json

Description

Delete specific tax rules of a given shop.

Permission bit: "tax_rules.delete"

Topic: Tax Rules

Arguments

ids: [String!]!

List of tax rule ids. See also: Unique Identifiers

Example: ["tr_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

Loading module