Version: 202601
Delete collect
DELETE/openapi/2026-01/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": {}
}