Version: 202607
Delete collect
DELETE/openapi/2026-07/collects/:id
Removes an association between a product and a collection by deleting a collect object.
Request
Path Parameters
id stringrequired
The unique identifier of the collect. Must be a valid UUID
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}