---
title: "DELETE /v1/snapshots/{id}"
method: DELETE
path: "/v1/snapshots/{id}"
---

# DELETE /v1/snapshots/{id}

`DELETE /v1/snapshots/{id}`

## Path parameters

- `id` string, required — Snapshot ID (UID) or name

## Response `200`

Snapshot marked for deletion (deferred)

- DeleteSnapshotResponse
  - `message` string, required — Deletion status message
  - `name` string, required — Snapshot name
  - `deferred` boolean, required — Whether deletion is deferred (always true for API)

## Other responses

- `401` — Authentication required
- `403` — Snapshot does not belong to user
- `404` — Snapshot not found

## Changes

- **2026-01-26** `260daed67193` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/avm-codes/apis/avm-sandbox-platform-api/changes/v1/snapshots/:id/delete.md)

---

[API](https://skmtc.dev/avm-codes/apis/avm-sandbox-platform-api.md) · [All operations](https://skmtc.dev/avm-codes/apis/avm-sandbox-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/avm-codes/avm-sandbox-platform-api/revisions/260daed67193/schema)
