API v1 ReferenceUser TagsRemoves tags from the user with the specified id.Copy pagePOSThttps://api.awork.com/api/v1/users/:userId/deletetags <Check title="Required Permissions" icon="key">The user must be an admin or have `user-master-data:write` permissions.</Check>AuthenticationAuthorizationBearerBearer authentication of the form Bearer <token>, where token is your auth token.Path parametersuserIdstringRequiredformat: "uuid"The id of the user whose tags should be removed.RequestThe model with the tags to be removed.namestringRequired0-255 charactersThe name of the tag to delete.Response204No Content