Delete Product Collection
DELETE/products/collections/:collectionId
Delete specific product collection with Id :collectionId
Request
Version stringrequired
API Version
Available options
2021-07-28collectionId stringrequired
MongoId of the collection
altId stringrequired
Location Id
altType stringrequired
The type of alt. For now it is only LOCATION
Available options
locationSuccessful response
- application/json
- Schema
- Example (auto)
Schema
statusbooleanrequired
Status of api action
messagestring
Success message
{
"status": true,
"message": "Successfully created"
}