Add API endpoint to detach all tags from an API
We've got a CICD pipeline to deploy/update APIs using the API Management API. Currently we can only add tags as replacing tags would require querying for all API tags and then call DELETE for each tag.
Please add an operation to support this:

Thank you for the feedback! ARM conventions don’t allow dropping all elements of a collection at once. We added your suggestion to the backlog anyway and we’ll se if and what we can do.
1 comment
-
Gustav Sinder commented
An alternative would be to create an operation that accepts an array and replaces all tags for an API.