Content Builder Tags - Cannot Add Tag if a Deleted Tag Used The Same Name
Marketing Cloud Email Studio , Marketing Cloud Content Builder
Last updated 2022-04-29 ·Reference W-10186780 ·Reported By 0 users
In Review
Summary
When a tag is deleted via the Nested Tag API, you cannot currently add another tag with the same name that was deleted. This issue always appears also via the UI in Setup > Tags management tool because the UI use the same API.
Actual Behavior: Get a 500 internal server error and tag is not created when using the same name as a previously deleted tag. If you open your browser's console you will see a HTTP 500 error when the UI try to Call the 'nestedtags' API requests:
https://tags-service.sx.marketingcloudapps.com/fuelapi/hub/v1/nestedtags
Repro
VIA API:
Create a root nested tag with the name: TagTest using the POST route at: hub/v1/nestedtags
Use the Delete tag route /hub/v1/nestedtags/{tagID} to delete the tag
Try to add the same named tag again: TagTest using the POST route at: hub/v1/nestedtags
Get a 500 internal server error
VIA UI:
Create a root nested tag with the name: TagTest using the Create button under Admin Set Up -> Features -> Tags functionality
Use the Delete action button from the UI to Delete the tag 'TagTest'
Try to add the same named tag again: 'TagTest' using the Create button
Get a 500 internal server error
Workaround
You will need to save the Tag with a different name than the one(s) deleted
Reported By (0)
Is it Fixed?
Any unreleased services, features, statuses, or dates referenced in this or other public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make their purchase decisions based upon features that are currently available.