Skip to main content

Delete Product

DELETE 

//:domain/api/products/:id

Delete a product by ID. Deletion fails if the product is linked to sales orders, purchase orders, inventory movements, or bundles.

Authentication: Requires Bearer token.

Returns 400 Bad Request with reason details if the product is in use.

Request

Responses

OK

Response Headers
    Content-Type