---
title: "Agregar o eliminar tags a un contacto por id"
method: POST
path: "/contact/:contactId/tag"
tags: ["Contactos"]
---

# Agregar o eliminar tags a un contacto por id

`POST /contact/:contactId/tag`

Agregar o eliminar tags a un contacto por id.

## Path parameters

- `contactId` number, required

## Request body

- object
  - `tagsToDelete` number[]
  - `tagsToAdd` number[]

## Response `200`

Tags agregados o eliminados con éxito

- object
  - `message` string, required

## Other responses

- `404` — Contacto o tag no encontrado

---

[API](https://skmtc.dev/fint/apis/fint-api.md) · [All operations](https://skmtc.dev/fint/apis/fint-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fint/fint-api/revisions/5c95bce0a002/schema)
