v7

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2026-01-26163065.1 KB

delete/v1/snapshots/delete-all

Response

All snapshots marked for deletion (deferred)

messagestring required

Success message

deleted_countnumber required

Number of snapshots marked for deletion

deleted_idsstring[] required

Array of snapshot IDs marked for deletion

Example response

{
  "message": "All snapshots marked for deletion successfully",
  "deleted_count": 3,
  "deleted_ids": [
    "abc123-def456-ghi789",
    "bcd234-efg567-hij890",
    "cde345-fgh678-ijk901"
  ]
}