---
title: "Arquivar uma área de negócio"
method: DELETE
path: "/api/management/business-areas/{business_area}"
tags: ["business-areas"]
---

# Arquivar uma área de negócio

`DELETE /api/management/business-areas/{business_area}`

Arquiva uma área de negócio: a exclusão é reversível e a área continua aparecendo na listagem com `deleted_at` preenchido, podendo voltar pelo endpoint de restauração. Todos os funis de projeto que estavam nessa área ficam sem área de negócio, e esse vínculo não é refeito quando a área é restaurada.

## Response `200`

Sucesso

- object
  - `response` boolean

## Other responses

- `404` — Não encontrado

## Changes

- **2026-09-18** `626cc36dd5e6` — 7 warning, 1 info
  - the optional response header `Access-Control-Allow-Origin` removed for the status `200`
  - the optional response header `Access-Control-Expose-Headers` removed for the status `200`
  - the optional response header `Cache-Control` removed for the status `200`
  - the optional response header `Date` removed for the status `200`
  - …4 more

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/business-areas/:business_area/delete.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.dev/olie-ai/apis/olie-api/revisions/b43a04f35145?raw)
