# Delete a snapshot

Collection: api
Human docs: https://zei.sh/docs/api

Delete one sandbox snapshot.

DELETE /public/sandboxes/:sandboxId/snapshots/:snapshotId
Permission: MACHINE_UPDATE.
Snapshot deletion is irreversible.
Response: {"ok":true}

Example:

```
curl -X DELETE https://api.zei.sh/api/v1/public/sandboxes/:sandboxId/snapshots/:snapshotId \
  -H "X-API-Key: $ZEISH_API_KEY"
```
