---
title: "Delete multiple features"
method: DELETE
path: "/layers/{layerId}/features"
tags: ["Write Features"]
---

# Delete multiple features

`DELETE /layers/{layerId}/features`

Delete the features with the provided ids.

## Path parameters

- `layerId` string, required

## Query parameters

- `id` string[]
- `versionRef` string
- `eraseContent` boolean

## Response `200`

An array of features and their modifications response.

## Other responses

- `204` — An empty response as a result of a user-request with accepted MIME type application/x-empty.
- `401` — Unauthorized to perform the request.
- `403` — Forbidden request. Insufficient rights to perform the request.
- `404` — Not found.

---

[API](https://skmtc.dev/here/apis/query-api-v1.md) · [All operations](https://skmtc.dev/here/apis/query-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/here/query-api-v1/revisions/30e5d2645407/schema)
