pub async fn admin_datastore_delete_groups(
configuration: &Configuration,
backup_id: &str,
backup_type: PbsBackupTypeEnum,
store: &str,
error_on_protected: Option<bool>,
ns: Option<&str>,
) -> Result<AdminDatastoreDeleteGroupsResponse, Error<AdminDatastoreDeleteGroupsError>>Expand description
Delete backup group including all snapshots. Permissions: Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any or DATASTORE_PRUNE and being the owner of the group