[docdb] PITR: Add an multi tablet API for DeleteSnapshot #8865
Labels
area/docdb
YugabyteDB core features
good first issue
This is a good issue to start contributing!
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-2228
When deleting schedules, we will want to delete all their associated snapshots. Right now we just have an API to delete a single snapshot, so we'll need to send N of these, fo the N snapshots. If we had an API which allows for a list of snapshot IDs, we could use it for both single snapshot and multiple snapshots cases.
cc @spolitov
The text was updated successfully, but these errors were encountered: