---
title: "Archive a scorecard"
method: POST
path: "/archive/scorecard"
tags: ["scorecard"]
---

# Archive a scorecard

`POST /archive/scorecard`

Archive a scorecard by providing its ID

## Request body

- object
  - `scorecard_id` integer, required — Unique identifier for a scorecard (conversation analytics scoring template). Integer.

## Response `200`

The result of the submission for archiving the scorecard.

- PostResponse
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `err` string, required — Error message when result='error'. String. Empty/null on success.
  - `data` string — Response payload. Shape varies by endpoint.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.net/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convirza/convirza-apis/versions/ccf9bbe34f5a/schema)
