Delete Collection
Collections
Delete Collection
Delete a collection
DELETE
Delete Collection
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
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
Whether the request succeeded
Confirmation object
Example Response
Notes
- Deleting a collection does not delete the products in it
- Products are simply disassociated from the collection
- Collection images stored in your CDN are also deleted
- Navigation menu links pointing to this collection will become broken
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have write_products scope |
NOT_FOUND | Collection with the specified ID does not exist |