---
title: "Archive a Synthetic Account"
method: DELETE
path: "/synthetic_accounts/{uid}"
tags: ["Synthetic Accounts"]
---

# Archive a Synthetic Account

`DELETE /synthetic_accounts/{uid}`

In order to archive a Synthetic Account, the account must:

- not be a Master Synthetic Account i.e. `master_account` must be false.
- have zero balance.
- have no pending Transfers.

Master Synthetic Accounts are archived when the Program Customer is archived ([DELETE /customers/:uid](https://developers.newline53.com/reference/delete_customers-uid)).

## Response `204`

Synthetic Account is archived successfully

## Other responses

- `422` — A Synthetic Account is not archived

---

[API](https://skmtc.net/newline53/apis/newline-platform-api.md) · [All operations](https://skmtc.net/newline53/apis/newline-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/newline53/newline-platform-api/revisions/54f4fe726d8f/schema)
