# DELETE /contacts/{id}/tags/{tagId}

Part of the SendHeron REST API. Base URL: `https://api.sendheron.com/api/v1`

Remove a tag from a contact.

```http
DELETE https://api.sendheron.com/api/v1/contacts/{id}/tags/{tagId}
Authorization: Bearer <YOUR_API_KEY>
```

**Required scopes:** `contacts:write`

**Success status:** `200`

**Path parameters**

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `id` | uuid | yes | Contact UUID. |
| `tagId` | uuid | yes | Tag UUID to remove. |


---

Rate limits (global, all applied at once): 60 per minute, 150 per 5 minutes, 300 per hour, 2000 per day.
