---
title: "Archive Savings Goal"
method: POST
path: "/api/v1/savings-goals/{id}:archive"
tags: ["Finance Management.Savings Goals", "ENTERPRISE"]
---

# Archive Savings Goal

`POST /api/v1/savings-goals/{id}:archive`

Archive a Savings Goal.<br />All funds will be withdrawn from the Savings Goal and <code>status</code> changed to <code>ARCHIVED</code>.

## Path parameters

- `id` string, required

## Response `200`

The Savings Goal with status changed <code>status</code> to <code>ARCHIVED</code>.

- Finance20ManagementSavings20Goals20Response — unresolved $ref

## Other responses

- `401` — If the user is not authorized.
- `404` — Savings Goal not found.

---

[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)
