Bulk Remove Tags #190
Answered
by
boonhapus
twilson-ay
asked this question in
Q&A
-
Using the Archiver tool I can bulk add tags to content. Is there a way to bulk remove tags as well? |
Beta Was this translation helpful? Give feedback.
Answered by
boonhapus
Dec 16, 2024
Replies: 1 comment 1 reply
-
@twilson-ay You can delete the tag with the V2.0 API Playground or you can run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
twilson-ay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@twilson-ay You can delete the tag with the V2.0 API Playground or you can run
cs_tools tools archiver revert --tag {name} --delete-tag
as well.