Delete a Product

delete/products/{product_uid}

Path parameters

product_uidstring required

Product UID

Response

200

typestring
messagestring

Example response

{
  "type": "success",
  "message": "Product Deleted Successfully"
}

Changes