# Delete tag

**DELETE** `/tags/{id}`

Authentication: bearerAuth
Required scopes: `tag:delete`
Allowed roles: `owner`, `admin`, `agent`
Authorization: Delete a contact tag in the workspace.

## Parameters

- `id` (path string, required)

## Responses

- `204`: Tag deleted
- `default`: Error
