Version: 202201
Delete Collect
DELETE/openapi/2022-01/collects/:id
Removes an association between a product and a collection by deleting a collect object.
Request
Path Parameters
id stringrequired
Collect's ID
Responses
- 200
- 422
200
- application/json
No schema
422
- application/json
- Schema
- Example
- Result
Schema
errorsstring[]
{
"errors": [
"Smart collection can't be updated."
]
}
{
"errors": [
"Smart collection can't be updated."
]
}