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