---
title: "Deletes a data blob."
method: DELETE
path: "/layers/{layerId}/keys/{key}"
tags: ["by-key"]
---

# Deletes a data blob.

`DELETE /layers/{layerId}/keys/{key}`

Deletes a data blob.

## Path parameters

- `layerId` string, required
- `key` string, required

## Response `202`

Accepted - the data blob was successfully deleted.

## Other responses

- `400` — User Error - Invalid input is provided
- `401` — Unauthorized - the request didn't provide correct authentication details
- `403` — Forbidden - the specific account doesn't have correct privileges to perform the operation
- `500` — Server unavailable or internal server error
- `502` — Server unavailable or internal server error
- `503` — Server unavailable or internal server error
- `504` — Server unavailable or internal server error

---

[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)
