---
title: "Alternar vínculo de etiqueta do funil de um projeto"
method: POST
path: "/api/management/toggle-funnel-tag"
tags: ["project-funnels", "Vínculo com projetos"]
---

# Alternar vínculo de etiqueta do funil de um projeto

`POST /api/management/toggle-funnel-tag`

Aplica ou remove uma etiqueta do projeto, conforme o estado atual. A etiqueta precisa pertencer a um dos funis aos quais o projeto está vinculado. Etiquetas configuradas como bloqueio de etapa impedem o projeto de entrar nas etapas bloqueadas enquanto estiverem aplicadas. Ver [Etiquetas, status e previsão](https://docs.olie.ai/guides/funnels/tags-and-status).

## Request body

- object
  - `project_id` string, uuid, required — ID (UUID) do projeto. Obrigatório.
  - `funnel_tag_id` integer, required — ID da etiqueta do funil. Obrigatório.

## Response `200`

Sucesso

- object
  - `response` boolean, required — Sempre true quando a operação é concluída.

## Other responses

- `422` — Etiqueta bloqueia a etapa atual

## Changes

- **2026-08-24** `3c590152d5b5` — 7 breaking, 4 info
  - the request property `funnel_tag_id` became not nullable
  - the request property `project_id` became not nullable
  - the request property `funnel_tag_id` became required
  - the request property `project_id` became required
  - …7 more
- **2026-08-19** `159cf36842c5` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `422`
- **2026-08-19** `f521a8dfa4f7` — 1 info
  - added optional request body
- **2026-08-19** `f3efb100a3fc` — 2 info
  - api tag `Vínculo com projetos` added
  - api tag `{project_funnel_id}` removed

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/toggle-funnel-tag/post.md)

---

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