---
title: "removeAnchor(forID:)"
framework: arkit
role: symbol
role_heading: Instance Method
path: "arkit/cameraregionprovider/removeanchor(forid:)"
---

# removeAnchor(forID:)

Remove an anchor with a given ID from camera region.

## Declaration

```swift
final func removeAnchor(forID id: UUID) async throws
```

## Parameters

- `id`: ID of the camera region anchor to remove.

## Discussion

Discussion note: CameraRegionProvider.Error
