---
title: "Delete a snapshot"
method: DELETE
path: "/v1/snapshots/{id}"
tags: ["snapshots"]
---

# Delete a snapshot

`DELETE /v1/snapshots/{id}`

## Response `200`

Snapshot deletion result

- DeleteResponse
  - `id` string, required
  - `deleted` boolean, required

## Other responses

- `401` — Missing or invalid credentials
- `404` — Resource not found
- `500` — Internal server error
- `502` — Upstream service error

## Changes

- **2026-04-22** `fdb53b5a79b3` — 1 warning, 5 info
  - deleted the `path` request parameter `id`
  - api tag `snapshots` added
  - api tag `Snapshots` removed
  - added the non-success response with the status `500`
  - …2 more

[Change history](https://skmtc.dev/fastvm-org/apis/fastvm-api/changes/v1/snapshots/:id/delete.md)

---

[API](https://skmtc.dev/fastvm-org/apis/fastvm-api.md) · [All operations](https://skmtc.dev/fastvm-org/apis/fastvm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastvm-org/fastvm-api/revisions/480d9714a7a5/schema)
