Skip to main content
DELETE
/
products
/
{id}
Delete product
curl --request DELETE \
  --url https://{companyName}.api.joinluminous.com/external/api/v1/products/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Product deleted"
}

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To obtain a token, contact [email protected]

Path Parameters

id
integer
required

Product ID

Response

Product successfully deleted

message
string
Example:

"Product deleted"