cURL
curl --request DELETE \ --url https://{companyName}.api.joinluminous.com/external/api/v1/products/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Product deleted" }
Delete a product by ID. An error will be thrown if the item is part of a kit or BOM
Authenticate using a bearer token. To obtain a token, contact [email protected]
Product ID
Product successfully deleted
"Product deleted"