---
title: "Delete namespaces or profiles"
method: DELETE
path: "/nrn/{nrn}"
tags: ["NRN"]
---

# Delete namespaces or profiles

`DELETE /nrn/{nrn}`

Removes all keys within a specified set of namespaces and/or profiles. By default, this endpoint acts on a single NRN entry and does not affect the entire hierarchy. Use the `include_parents` query parameter to modify this behavior.

>
> ⚠️ **Deprecation notice**
>
> This operation might be removed in the future. We recommend using [Providers](/docs/providers/overview) instead.

## Path parameters

- `nrn` string, required

## Query parameters

- `namespaces` string
- `profiles` string
- `include_parents` boolean

## Response `204`

The operation was successful.

## Other responses

- `4XX` — Client error responses due to invalid input or missing parameters.
- `5XX` — Server error responses indicating an issue on the API side.

---

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