Deletes the Product.
URL : /api/v{:apiVersion}/products/:id
URL Parameters : id=[integer]
Method : DELETE
Authorization : Bearer Token
Permissions required : User must have the role of admin
.
Code : 204 NO CONTENT
Code : 404 NOT FOUND
Content :
{
"errors": [
{
"code": "NotFoundError",
"description": "Product not found for parameters {Id=111}."
}
]
}
Code : 403 FORBIDDEN