delete - Stock Location Module Reference
This documentation provides a reference to the delete
method. This belongs to the Stock Location Module.
This method is used to delete a stock location.
Example
Parameters
id
stringRequiredThe ID of the stock location.
context
SharedContextA context used to share resources, such as transaction manager, between the application and the module.
context
SharedContextReturns
Promise
Promise<void>RequiredResolves when the stock location is successfully deleted.
Was this section helpful?