delete
https://{subdomain}.myshoplaza.com/openapi/2025-06/collects/
Removes an association between a product and a collection by deleting a collect object.
Requireswrite_collectionaccess scope. More access scope
The Delete Collect API removes an association between a product and a collection by deleting a collect object. This operation ensures the product is no longer part of the specified collection.This API is especially useful for:
- Removing products from collections no longer relevant for marketing or categorization.
- Cleaning up collections during inventory updates or reorganization.
Request Parameters
Public Request Parameters
Path Parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| id | string | Yes | a1b2c3d4-e5f6-7890-abcd-1234567890ef | The unique identifier of the collect. Must be a valid UUID. |
Response Explanation
Public Response Parameters
Successful Response
| Parameter | Type | Example | Description |
|---|---|---|---|
code | string | 200 | Error code (200 indicates success) |
message | string | Success | Error message |
data | object | {...} |
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
