---
title: "Delete catalog instance (single key)"
method: DELETE
path: "/metadata/{entity}/{id}/{metadata}"
tags: ["Catalog instance (single key)"]
---

# Delete catalog instance (single key)

`DELETE /metadata/{entity}/{id}/{metadata}`

Deletes catalog data for a single metadata key on the specified entity. The key must reference an existing catalog specification.

## Path parameters

- `entity` 'organization' | 'account' | 'namespace' | 'application' | 'build' | 'asset' | 'scope' | 'release' | 'deployment' | 'user', required
- `id` string, required
- `metadata` string, required

## Response `2XX`

Object representing a metadata entry for an entity in the catalog.

- union — Object representing a metadata entry for an entity in the catalog.
  - unknown[]
    - unknown
  - boolean
  - integer
  - number
  - object
  - string

## Other responses

- `4XX` — Format for representing errors during API interactions
- `5XX` — Format for representing errors during API interactions

---

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