Skip to main content
Skip to main content

deleteInventoryLevels - Inventory Next Module Reference

This documentation provides a reference to the deleteInventoryLevels method. This belongs to the Inventory Next Module.

This method deletes inventory levels by their IDs.

Example

await inventoryModuleService.deleteInventoryLevels("ilev_123")

Parameters

inventoryLevelIdsstring | string[]Required
The inventory levels' IDs.
contextContext
A context used to share resources, such as transaction manager, between the application and the module.

Returns

PromisePromise<void>Required
Resolves when the inventory levels are deleted.
Was this section helpful?