---
title: "Archive budget"
method: PUT
path: "/api/v1/budgets/{id}/archive"
tags: ["Finance Management.Budgets", "ENTERPRISE"]
---

# Archive budget

`PUT /api/v1/budgets/{id}/archive`

Archives the specified budget.

## Path parameters

- `id` string, required

## Response `200`

Budget was archived successfully

- Finance20ManagementBudgets — unresolved $ref

## Other responses

- `400` — If any of the request parameters is incorrect or missing
- `401` — If the user is not authorized.
- `404` — Budget not found
- `500` — For any unspecified error

---

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