Removes a product from a relation
DELETE/api/v1/:team_slug/:app_slug/relations/:relation_id/:product_id
Removes a product from a relation
Request
Responses
- 200
- 400
- 401
- 422
- 500
Product relation removes as it's only 1 item left in the relation
Invalid request (e.g. bad UUID, validation error)
Unauthorized access
Invalid request and not parsable by backend
Internal server error