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"
]
}Changes
Changed in 1 of the 7 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○