Skip to content
Search docs ⌘K
EN Current language: English
EN Current language: English
DELETE

/admin/api/2026-07/zones/{zone_id}.json

Permanently delete a zone. Only allowed for zones with zero booking history.

Try it

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.