Commerce
payments, invoices & products api
Delete specific product collection with Id :collectionId
cURL
curl --request DELETE \ --url https://services.leadconnectorhq.com/products/collections/{collectionId} \ --header 'Version: <version>'
{ "status": true, "message": "Successfully created" }
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"
Successful response
Status of api action
true
Success message
"Successfully created"
Was this page helpful?