Store Locations & Zones
Delete a zone
DELETE
Path Parameters
Response
200
application/json
OK
Response for zone.
The ID of the zone.
Example:
"zone_01234567890123456789"
The external ID of the zone.
Example:
"ext_01234567890123456789"
The timezone ID of the zone.
Example:
"America/New_York"
The name of the zone.
Example:
"Zone 1"
The ID of the coverage area.
Example:
"coa_01234567890123456789"
The store location IDs of the zone.
Example:
"['stl_01234567890123456789', 'stl_01234567890123456789']"
The delivery window IDs of the zone.
Example:
"['dw_01234567890123456789', 'dw_01234567890123456789']"
The tags of the zone.
Example:
"['service:rapid', 'franchise_location']"
Whether the zone is deleted.
Example:
false