<!--
{
  "availability" : [
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/CameraRegionProvider/removeAnchor(forID:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit20CameraRegionProviderC12removeAnchor5forIDy10Foundation4UUIDV_tYaKF"
  },
  "title" : "removeAnchor(forID:)"
}
-->

# removeAnchor(forID:)

Remove an anchor with a given ID from camera region.

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

## Parameters

`id`

ID of the camera region anchor to remove.

## Discussion> Throws: `CameraRegionProvider.Error`

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)