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
Parameters
inventoryItemId
string | string[]RequiredThe inventory item's ID.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
Promise
Promise<void>RequiredResolves when the inventory items are deleted.
Was this section helpful?