Delete a specific product using its ID

delete/tax/products/{reference_product_id}

Path parameters

reference_product_idstring required

The ID of the product to delete

Response

Product deletion response

objectstring

The type of object deleted

deleted_atnumber

Epoch datetime representing the date and time the object was deleted

Example response

{
  "object": "tax.product",
  "deleted_at": 1721782604
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.