---
title: removeAnnotations(annotations)
framework: mapkitjs
role: symbol
role_heading: Instance Method
path: mapkitjs/map/removeannotations
---

# removeAnnotations(annotations)

Removes multiple annotations from the map.

## Declaration

```data
removeAnnotations(annotations: Annotation[]): Annotation[];
```

## Parameters

- `annotations`: An array of annotations to remove.

## Return Value

Return Value Returns the array of annotations.

## See Also

### Annotating the map

- [annotations](mapkitjs/map/annotations.md)
- [selectedAnnotation](mapkitjs/map/selectedannotation.md)
- [annotationForCluster](mapkitjs/map/annotationforcluster.md)
- [annotationsInMapRect(mapRect)](mapkitjs/map/annotationsinmaprect.md)
- [addAnnotation(annotation)](mapkitjs/map/addannotation.md)
- [addAnnotations(annotations)](mapkitjs/map/addannotations.md)
- [removeAnnotation(annotation)](mapkitjs/map/removeannotation.md)
