cURL
curl --request DELETE \ --url https://api.numeralhq.com/tax/products/{reference_product_id} \ --header 'Authorization: Bearer <token>'
{ "object": "tax.product", "deleted_at": 1721782604 }
Delete a specific product using its ID
X-API-Version: 2025-05-12
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the product to delete
Product deletion response
The type of object deleted
"tax.product"
Epoch datetime representing the date and time the object was deleted
1721782604