---
title: "Delete the Curated Snapshot."
method: DELETE
path: "/curatedsnapshot/v1/snapshots"
tags: ["Curated Snapshots"]
---

# Delete the Curated Snapshot.

`DELETE /curatedsnapshot/v1/snapshots`

Deletes the Curated Snapshot(s).

## Request body

- CSDeleteParams
  - `virtualSnapshotIDs` string, required — Specify the virtualSnapshotID of Curated Snapshot that you want to delete. Get the virtualSnapshotID using the 'List all the Curated Snapshots.' API.
  - `deleteReason` string — The reason for deletion.

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — The request either did not include an authentication token, or you have provided an expired authentication token.
- `404` — The requested resource was not found.
- `500` — Internal Server Error

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
