Remove a category

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

  • 200 on success
  • 400 if the request is invalid

Response properties

The complete category list as returned by GET /categories.