Removes a collection from a product
DELETE/api/v1/:team_slug/:app_slug/products/:product_id/collections
Removes a collection from a product.
Request
Responses
- 200
- 400
- 401
- 422
- 500
Product collections updated successfully
Invalid request (e.g. bad UUID, validation error)
Unauthorized access
Invalid request and not parsable by backend
Internal server error