Removes tags from the user with the specified id.

<Check title="Required Permissions" icon="key">The user must be an admin or have `user-master-data:write` permissions.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

userIdstringRequiredformat: "uuid"
The id of the user whose tags should be removed.

Request

The model with the tags to be removed.
namestringRequired0-255 characters
The name of the tag to delete.

Response

No Content