---
title: "Archive Buyer Persona"
method: POST
path: "/copilot/v1/customer-buyer-personas/{buyerPersonaId}/actions/archive"
tags: ["Customer Buyer Persona"]
---

# Archive Buyer Persona

`POST /copilot/v1/customer-buyer-personas/{buyerPersonaId}/actions/archive`

Archives a Customer Buyer Persona.
Archiving hides the persona from standard list responses while retaining the record for historical reference, audit compliance, and potential restoration. 
Archived personas remain stored in the system and continue to count toward customer limits.
When a persona is archived, the system sets the metadata fields `archivedAt` and `archivedBy`.
This action is reversible. The persona can be restored using the [Unarchive Customer Buyer Persona](https://docs.zoominfo.com/zoominfoenterprise/reference/customerbuyerpersonainterface_unarchivecustomerbuyerpersona) endpoint.

Common use cases
- Temporarily retire a persona that is no longer actively targeted
- Maintain historical records without permanently deleting them
- Clean up active persona lists while preserving data

## Path parameters

- `buyerPersonaId` string, uuid, required

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

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