Deletes the annotation that matches the specified region id. A region is an annotation that covers a timerange and has a start and end time. In the Grafana database, this is a stored as two annotations connected by a region id.
<selectclass="gf-form-input"ng-model="current.access"ng-options="f for f in ['direct', 'proxy']"></select>
<info-popovermode="right-absolute">
Direct = URL is used directly from browser<br>
Proxy = Grafana backend will proxy the request
</info-popover>
<divclass="gf-form-select-wrapper max-width-24">
<selectclass="gf-form-input"ng-model="current.access"ng-options="f.key as f.value for f in [{key: 'proxy', value: 'Server (Default)'}, { key: 'direct', value: 'Browser'}]"></select>