DELETE
/
tax
/
products
/
{reference_product_id}
curl --request DELETE \
  --url https://api.numeralhq.com/tax/products/{reference_product_id} \
  --header 'Authorization: Bearer <token>'
{
  "object": "tax.product",
  "deleted_at": 1721782604
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

reference_product_id
string
required

The ID of the product to delete

Response

200
application/json
Product deletion response
object
string

The type of object deleted

deleted_at
number

Epoch datetime representing the date and time the object was deleted