DELETE /a/user-meta/tags/{Namespace}/{Tags}
Delete one or all tags for a given namespace (use * for all tags)
Path Parameters
Namespace (string, required) Delete tags from this namespace
Tags (string, required) Delete this tag
Response Example (200)
Response Type /definitions/restDeleteUserMetaTagsResponse
{
"Success": true
}