---
title: "removeAnnotation(_:)"
framework: pdfkit
role: symbol
role_heading: Instance Method
path: "pdfkit/pdfpage/removeannotation(_:)"
---

# removeAnnotation(_:)

Removes the specified annotation from the page.

## Declaration

```swift
func removeAnnotation(_ annotation: PDFAnnotation)
```

## See Also

### Working with Annotations

- [annotations](pdfkit/pdfpage/annotations.md)
- [displaysAnnotations](pdfkit/pdfpage/displaysannotations.md)
- [addAnnotation(_:)](pdfkit/pdfpage/addannotation(_:).md)
- [annotation(at:)](pdfkit/pdfpage/annotation(at:).md)
