---
title: "Delete a snapshot"
method: DELETE
path: "/sandboxes/snapshots/{snapshotId}"
tags: ["Snapshots"]
---

# Delete a snapshot

`DELETE /sandboxes/snapshots/{snapshotId}`

Hard-deletes the snapshot and its underlying image. Cannot be undone.

## Path parameters

- `snapshotId` string, required

## Response `204`

Snapshot deleted

## Other responses

- `400` — Validation error / invalid state transition
- `404` — Sandbox or related resource not found (also returned when owned by another user)

---

[API](https://skmtc.net/brimblehq/apis/brimble-sandbox-api.md) · [All operations](https://skmtc.net/brimblehq/apis/brimble-sandbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brimblehq/brimble-sandbox-api/versions/7fe2df041597/schema)
