DELETE /categories/:id
Parameters
id: The identifier as specified when the category was created
Categories can only be deleted if no products are associated with them.
Status codes
200on success400if the request is invalid
Response properties
The complete category list as returned by GET /categories.