---
title: "Delete snapshot coverage"
method: DELETE
path: "/v2/namespace/snapshot"
tags: ["Namespace Snapshots V2"]
---

# Delete snapshot coverage

`DELETE /v2/namespace/snapshot`

Remove coverage for a single report date, splitting the covering range as needed

## Request body

- SnapshotDeleteRequest
  - `namespace` string
  - `mapVersion` string
  - `reportDate` string

## Response `200`

Snapshot coverage removed

- SnapshotResponse
  - `createdDate` string
  - `responseId` string
  - `result` SnapshotData[]
    - `namespace` string
    - `startDate` string
    - `endDate` string
    - `intersections` string[]

## Other responses

- `400` — Bad request - invalid parameters
- `401` — Unauthorized - invalid or missing token
- `404` — No snapshot range covers the report date
- `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/snapshot/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)
