Delete Product

Delete a product from your catalog. This action cannot be undone.

Endpoint

DELETE /api/products/{product_id}

Path Parameters

ParameterTypeRequiredDescription
product_idstringYesThe unique identifier for the product

Response

Returns a success message.
{
  "message": "Product successfully deleted",
  "product_id": "prod_123456789"
}