---
title: "remove(_:)"
framework: pdfkit
role: symbol
role_heading: Instance Method
path: "pdfkit/pdfannotation/remove(_:)"
---

# remove(_:)

Removes a bezier path from an ink annotation.

## Declaration

```swift
func remove(_ path: UIBezierPath)
```

```swift
func remove(_ path: NSBezierPath)
```

## Parameters

- `path`: The bezier path to remove, in annotation-space coordinates.

## See Also

### Configuring Ink Annotations

- [paths](pdfkit/pdfannotation/paths.md)
- [add(_:)](pdfkit/pdfannotation/add(_:).md)
