Skip to main content
DELETE
/
v1
/
user
/
store
/
{storeId}
/
collections
/
{collectionId}
/
products
/
{productId}
Remove Product from Collection
curl --request DELETE \
  --url https://storekit.samarthh.me/v1/user/store/{storeId}/collections/{collectionId}/products/{productId}

Path Parameters

storeId
string
required
collectionId
string
required
productId
string
required

Product ID to remove

Response

200 - application/json

Successful response