Remove category relationship
DELETE/api/v1/:team_slug/:app_slug/products/:product_id/categories/:category_id
Removes the binding between a category and a product. This dosn't remove the actual category
Request
Responses
- 200
- 400
- 401
- 500
Category removed successfully
Invalid request (e.g. bad UUID, validation error)
Unauthorized access
Internal server error