delete - Store Module Reference
This documentation provides a reference to the delete
method. This belongs to the Store Module.
delete(ids, sharedContext?): Promise<void>
This method deletes stores by their IDs.
Example
Parameters
ids
string[]RequiredThe IDs of the stores.
Returns
Promise
Promise<void>RequiredResolves when the stores are deleted successfully.
delete(id, sharedContext?): Promise<void>
This method deletes a store by its ID.
Example
Parameters
id
stringRequiredThe ID of the store.
Returns
Promise
Promise<void>RequiredResolves when the store is deleted successfully.
Was this section helpful?