---
title: "Delete an existing feature by Id"
method: DELETE
path: "/collections/{collectionId}/items/{featureId}"
tags: ["Transaction"]
---

# Delete an existing feature by Id

`DELETE /collections/{collectionId}/items/{featureId}`

Use this method to delete an existing feature.

## Headers

- `If-Match` string, required

## Response `204`

The resource was deleted.

## Other responses

- `400` — The request was malformed or semantically invalid
- `404` — The requested URI was not found.
- `500` — A server error occurred.
- `default` — An error occurred.

---

[API](https://skmtc.net/radiantearth/apis/stac-api.md) · [All operations](https://skmtc.net/radiantearth/apis/stac-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/radiantearth/stac-api/versions/11248209cf8c/schema)
