Delete Collection
Collections
Delete Collection
Delete a collection
DELETE
Delete Collection
Delete Collection
Permanently deletes a collection. This action cannot be undone. Products in the collection are not deleted, only their association with the collection is removed.Request
Path Parameters
The unique collection ID to delete
Response
Returns the standard response envelope confirming deletion.HTTP status code
Result state, e.g.
successHuman-readable confirmation message
Not populated for this endpoint
Example Response
Notes
- Deleting a collection does not delete the products in it
- Products are simply disassociated from the collection
- Navigation menu links pointing to this collection will become broken
Errors
On failure the same envelope is returned withstate: "error" and a message:
| Status | Condition |
|---|---|
401 | Invalid or missing access token |
403 | App doesn’t have write_products scope |
404 | Collection with the specified ID does not exist |