Deletes a tag. Deleting a tag removes that tag from all blog posts that contain it.
You can only call this method when authenticated as a Wix app or Wix user identity.
Tag ID.
curl -X DELETE \
'https://www.wixapis.com/blog/v3/tags/0c20a033-bcdb-42af-a793-84a83f4a5bf1' \
-H 'Authorization: <AUTH>'
undefined
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.