---
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

---

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