curl --request DELETE \
--url https://services.leadconnectorhq.com/products/collections/{collectionId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"status": true,
"message": "Successfully created"
}Delete specific product collection with Id :collectionId
curl --request DELETE \
--url https://services.leadconnectorhq.com/products/collections/{collectionId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"status": true,
"message": "Successfully created"
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 MongoId of the collection
"65d71377c326ea78e1c47df5"
Location Id
"6578278e879ad2646715ba9c"
The type of alt. For now it is only LOCATION
location "LOCATION"
Was this page helpful?