---
title: "Archive a Counterparty"
method: POST
path: "/api/counterparties/counterparty/{id}/archive"
tags: ["Counterparties"]
---

# Archive a Counterparty

`POST /api/counterparties/counterparty/{id}/archive`

Archives a counterparty. The counterparty will no longer be available for use in new payouts. All associated payout methods are also archived.

## Path parameters

- `id` string, uuid, required

## Headers

- `on-behalf-of` string

## Response `204`

Counterparty archived successfully

## Other responses

- `401` — Unauthorized
- `403` — SignedAgreementRequiredException
- `404` — Counterparty not found or has already been archived

---

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