Skip to main content
DELETE
Delete Product

Delete Product

Permanently deletes a product and all its variants. This action cannot be undone.

Request

Path Parameters

id
string
required
The product to delete. Accepts either the UUID product ID or the 6-digit numeric product ID.

Response

On success the endpoint returns the standard response envelope with a confirmation message. There is no data payload.

Example Response

Error Response

If no product matches the given ID:

Notes

  • Deleting a product also deletes all associated variants, images, and inventory records
  • Products that are part of active orders will have their order line items preserved for historical records
  • Consider using status: "archived" instead of deletion if you need to preserve product history