---
title: "Delete Snapshot"
method: DELETE
path: "/backup/snapshots/{snapshot_id}"
tags: ["backup"]
---

# Delete Snapshot

`DELETE /backup/snapshots/{snapshot_id}`

Delete a snapshot by its ID

## Path parameters

- `snapshot_id` string, required — Snapshot ID to delete

## Response `204`

Snapshot deleted successfully

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2026-04-23** `e4bf692cc15e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/websoft9/apis/appmanae-api/changes/backup/snapshots/:snapshot_id/delete.md)

---

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