---
title: "Deletes a feature from the space"
method: DELETE
path: "/spaces/{spaceId}/features/{featureId}"
tags: ["Write Features"]
---

# Deletes a feature from the space

`DELETE /spaces/{spaceId}/features/{featureId}`

Deletes an existing feature.

## Path parameters

- `spaceId` string, required
- `featureId` string, required

## Query parameters

- `context` 'default' | 'extension' | 'super'
- `versionRef` string

## Response `204`

An empty response as a result of a user-request with accepted MIME type application/x-empty.

## Other responses

- `401` — Unauthorized to perform the request.
- `403` — Forbidden request. Insufficient rights to perform the request.
- `404` — Not found.

---

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