# Remove a tag from a student

`POST https://{domain}/api/v1/usuario/remover_tag`

Operation ID: `users.tags.remove` · API v1

Removes a tag from a student.

## Request body

Content type: `application/json`, required.

| Field | Type | Required | Description |
|---|---|---|---|
| `tag_id` | integer | yes | Tag ID. |
| `usuario_id` | integer | yes | Student ID. |

## Responses

### 200

The tag was removed. There is no data.

Body: Success.

### 401

The Authorization header is missing, or the key does not exist or was deleted.

Body: HandlerError.

### 409

msg is Tag não encontrada para este usuário in the v1 envelope, or a missing field in the shorter error body.

Body: Error or HandlerError.

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