v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Ransomware Recovery

Delete a snapshot - v1

Delete an infected snapshot using the snapshot ID. :fa-info-circle: Both v1 and v2 Quarantine APIs are supported for Endpoints, File Server, NAS, VMware, OneDrive, and SharePoint.

delete/ransomwarerecovery/v1/snapshots/resource/{resourceID}/range/{rangeID}/snapshot/{snapshotID}

Path parameters

resourceIDinteger required

The unique ID of the resource on which you want to delete a quarantined snapshot. Get the ID of a device using the 'List all devices' API. For data sources like File Server, NAS, VMware refer to the respective 'List all backup sets' API.

rangeIDinteger required

The unique ID of the quarantine range that includes the snapshot that you want to delete. Get the quarantine range ID using the 'List all quarantine ranges' API.

snapshotIDstring required

The unique snapshot ID which needs to be deleted.

Request body

deleteReasonstring

Example request

{
  "deleteReason": "Probable infection point"
}

Response

OK