Delete an existing Product

Delete an existing Product from your Hub

Utilize this endpoint to permanently remove an existing product from your hub. This action simplifies the management of your product catalog by discarding outdated or unwanted items, ensuring a streamlined and organized product selection.

Delete an existing Product

DELETE https://v2.parcelroblox.com/products/delete

Headers

NameTypeDescription

Authorization*

string

prod_DGzVhVsrqNJi4b0Chd9mMPUI9

Content-Type

string

application/json

Request Body

NameTypeDescription

product_id*

string

Product ID

If everything was able to process properly:

{ "status": "200", "message": "OK", "data": { "state": "Product deleted", "product": { "id": string, "name": string } } }

Last updated