Skip to main content
DELETE
/
public
/
v2
/
product-tax-codes
/
{product_tax_code_id}
Delete product tax code
curl --request DELETE \
  --url https://api.dualentry.com/public/v2/product-tax-codes/{product_tax_code_id}/ \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "errors": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

product_tax_code_id
integer
required

Response

OK

success
boolean
default:true
errors
Errors · object
Last modified on May 28, 2026