delete/v1/snapshots/delete-all
Response
All snapshots marked for deletion (deferred)
Example response
{
"message": "All snapshots marked for deletion successfully",
"deleted_count": 3,
"deleted_ids": [
"abc123-def456-ghi789",
"bcd234-efg567-hij890",
"cde345-fgh678-ijk901"
]
}