# Remove tag from contact

**DELETE** `/contacts/{contactId}/tags/{tagId}`

Removes a label from the contact.

Authentication: bearerAuth
Required scopes: `contact:update`
Allowed roles: `owner`, `admin`, `agent`
Authorization: Remove a tag from a contact in scope.

## Parameters

- `contactId` (path string, required)
- `tagId` (path string, required)

## Responses

- `204`: Tag removed
- `default`: Error
