---
title: "Arquivar um funil"
method: POST
path: "/api/management/delete-funnel"
tags: ["project-funnels", "Ciclo de vida"]
---

# Arquivar um funil

`POST /api/management/delete-funnel`

Arquiva o funil, tirando-o das listagens do dia a dia sem apagar o histórico — a operação é reversível pelo endpoint de restauração. Só funciona com o funil vazio: havendo qualquer projeto vinculado, a requisição é recusada e o funil permanece como está. Ver [Criar e configurar um funil](https://docs.olie.ai/guides/funnels/creating-funnels).

## Request body

- object
  - `project_funnel_id` unknown

## Response `200`

Sucesso

- object
  - `response` boolean
  - `project_funnel` object
    - `id` integer
    - `name` string
    - `prefix` string
    - `order` integer
    - `condition` string
    - `allow_multi_step` boolean
    - `project_term` unknown
    - `show_cost_info` boolean
    - `allow_execution` boolean
    - `business_area_id` integer
    - `form_id` unknown
    - `funnel_config_template_id` unknown
    - `frame_id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `deleted_at` string, date-time

## Other responses

- `422` — Funil com projetos

---

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