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

# Delete multiple features

`DELETE /spaces/{spaceId}/features`

Delete the features with the provided ids.

## Path parameters

- `spaceId` string, required

## Query parameters

- `id` string[]
- `context` 'default' | 'extension' | 'super'
- `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.

## Changes

- **2025-09-08** `f8364de657ab` — 1 info
  - added the new optional `query` request parameter `versionRef`
- **2025-08-13** `c558f6a4e34d` — 2 info
  - added the new optional `query` request parameter `eraseContent`
  - the `query` request parameter `id` became optional
- **2024-02-05** `539d9580be99` — 1 breaking
  - for the `query` request parameter `versionRef`, default value `main:HEAD` was added
- **2023-10-11** `780c12905bc2` — 1 breaking
  - the `query` request parameter `id` became required
- **2023-07-24** `ecac6e795632` — 1 info
  - added the media type `application/x-empty` for the response with the status `204`

[Full history](https://skmtc.dev/here/apis/here-xyz-hub/changes/spaces/:spaceId/features/delete.md)

---

[API](https://skmtc.dev/here/apis/here-xyz-hub.md) · [All operations](https://skmtc.dev/here/apis/here-xyz-hub/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/here/here-xyz-hub/revisions/1c6c6a2bcac9/schema)
