# Remove a tag

`DELETE https://api.cademi.com.br/api/v3/users/{user_id}/tags/{tag_id}`

Operation ID: `users.tags.delete` · API v3

Removes a tag from the user. The operation is idempotent: removing a tag that is not assigned also succeeds.

Required permissions: `users.update`.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `user_id` | path | string | yes |  |
| `tag_id` | path | string | yes |  |

## Responses

### 204

The tag was removed from the user.

### 401

The credential is missing, malformed, expired, or revoked.

Body: Error.

### 403

The current credentials do not have the permission required by this operation.

Body: Error.

Full schema: https://cademi.dev/openapi/v3.json
