---
title: "Delete Snapshot"
method: DELETE
path: "/v1/namespaces/{namespace_identifier}/snapshots/{snapshot_id}"
tags: ["Namespace Snapshots"]
---

# Delete Snapshot

`DELETE /v1/namespaces/{namespace_identifier}/snapshots/{snapshot_id}`

Delete a snapshot and its associated S3 data.

## Path parameters

- `namespace_identifier` string, required — Namespace name or ID
- `snapshot_id` string, required — Snapshot ID to delete

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/revisions/c768d4d28e4c/schema)
