delete_zone#
- Model.delete_zone(zone_id)#
Deletes zone identified with the given id.
- Parameters:
- zone_id
int
Id of the zone to be deleted.
- zone_id
- Returns:
DeleteZoneResults
Returns the DeleteZoneResults.
- Return type:
Examples
>>> model = prime.local_model() >>> results = model.delete_zone(1)