---
title: "DELETE /api/snapshots/{snapshot_id}/"
method: DELETE
path: "/api/snapshots/{snapshot_id}/"
tags: ["Snapshots"]
---

# DELETE /api/snapshots/{snapshot_id}/

`DELETE /api/snapshots/{snapshot_id}/`

Deletes a snapshot. Deleting a snapshot doesn't affect the application that the snapshot is made from and doesn't affect any applications that were created by restoring it. Snapshot deletion is permanent and can't be undone.

## Path parameters

- `snapshot_id` integer, required

## Response `204`

No response body

## Other responses

- `400`
- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/ea4a3480f8d3/schema)
