# Delete a Product Delete Product by Code You must have "DELETE" role in "Products" Module Endpoint: DELETE /Product Version: 3.1.0 Security: OAuth2_clientCredentials ## Request fields (application/json): - `Code` (string, required) The code of the product to be deleted. ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `ExceptionMessage` (string) - `ExceptionType` (string) - `StackTrace` (string)