def delete(self, req, id): zone_id = int(id) api.zone_delete(req.environ['nova.context'], zone_id) return {}
def delete(self, req, id): """Delete a child zone entry.""" zone_id = int(id) api.zone_delete(req.environ['nova.context'], zone_id) return {}