[7.10] Adjust the docs that comma-separated list of names in delete template APIs is not supported #70799
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backporting #70649 to 7.10 branch.
The delete legacy template API doesn't support comma-separated list of names in any version.
For versions 7.12 and before, the delete component API and delete composable index template API
don't support comma-separated list of names.
From 7.13 and later, the delete component API and delete composable index template API do support
comma-separated list of names.
Relates to #70094 and #70314
Co-authored-by: James Rodewig [email protected]