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