DELETE
/admin/api/2026-07/zones/{zone_id}.json
Permanently delete a zone. Only allowed for zones with zero booking history.
Parameters
ParameterTypeDescription
zone_idinteger, requiredThe zone's numeric ID, as a path parameter.
Error responses
StatusCodeMessage
404NOT_FOUNDNo zone exists with the given zone_id on this shop.
409HAS_BOOKING_HISTORYThis zone has booking history and cannot be deleted. Archive it instead.