Skip to main content
Skip to main content

delete - Inventory Next Module Reference

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

This method deletes inventory items by their IDs.

Example

await inventoryModuleService.delete("iitem_123")

Parameters

inventoryItemIdstring | string[]Required
The inventory item's ID.
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 items are deleted.
Was this section helpful?