Method DeleteInventory
DeleteInventory(string, Completer)
Request the deletion of the given inventory.
Declaration
void DeleteInventory(string inventoryId, Completer completer)
Parameters
Type | Name | Description |
---|---|---|
string | inventoryId | Id of the inventory to delete. |
Completer | completer | The handle to settle the promise with. |