delete - Stock Location Next Module Reference
This documentation provides a reference to the delete
method. This belongs to the Stock Location Next Module.
This method deletes a stock location by its ID.
Example
Parameters
id
stringRequiredThe ID of the stock location.
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 stock location is deleted successfully.
Was this section helpful?