---
title: "Restaurar uma área de negócio"
method: POST
path: "/api/management/business-areas/{id}/restore"
tags: ["business-areas", "restore"]
---

# Restaurar uma área de negócio

`POST /api/management/business-areas/{id}/restore`

Restaura uma área de negócio arquivada, devolvendo-a ao uso normal. Só funciona para áreas que estejam arquivadas. Os funis de projeto que perderam o vínculo no arquivamento não são reatribuídos: é preciso vinculá-los novamente.

## Response `200`

Sucesso

- object — Confirmação da operação.
  - `response` boolean — Indica que a requisição foi concluída com sucesso. Sempre `true`.

## Other responses

- `404` — Não encontrada ou não arquivada

## Changes

- **2026-09-18** `626cc36dd5e6` — 7 warning, 2 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`
  - …5 more

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