Removes tags from the user with the specified id.

Removes tags from the user with the specified id. To delete the tags the user needs 'write' permissions on the specified user. Returns 204 NoContent if all tags have been removed successfully. Returns 207 MultiStatus if at least one tag could not be removed, including the reasons. <Check title="Required Permissions">Any authenticated user.</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.

Request

The model to remove the tag.
namestringRequired>=0 characters<=255 characters

Response

OK