---
title: "Delete namespace"
method: DELETE
path: "/v2/namespace/{namespace}"
tags: ["Namespace Management V2"]
---

# Delete namespace

`DELETE /v2/namespace/{namespace}`

Delete namespace data for the required mapVersion; use wildcard '*' to delete the entire namespace and all versions

## Path parameters

- `namespace` string, required

## Request body

- NamespaceDeleteRequest
  - `mapVersion` string

## Response `200`

Namespace deleted successfully

## Other responses

- `400` — Bad request - invalid namespace or missing mapVersion
- `401` — Unauthorized - invalid or missing token
- `404` — Namespace not found
- `500` — Internal server error

## Changes

- **2026-08-12** `1c85188b576d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/inrix/apis/inrix-analytics-webservice-template-api/changes/v2/namespace/:namespace/delete.md)

---

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