Delete Product Attributes
DELETE/api/products/:productId/attributes
Remove specific attributes from a product by attribute IDs.
Authentication: Requires Bearer token.
Body fields:
- attributes (required, array, min 1): array of attribute IDs to remove (must exist in attributes table)
Request
Responses
- 200
Successful response