delete_zone Last update: 10.09.2025 Model.delete_zone(zone_id) Deletes zone with the given id. Parameters: zone_id : Id of the zone to be deleted. Returns: DeleteZoneResults : Returns the DeleteZoneResults. Return type: DeleteZoneResults Examples >>> client = prime.launch_prime() >>> model = client.model >>> results = model.delete_zone(1)