---
title: "Archive a creator's content tracker"
method: POST
path: "/campaigns/content/archive"
tags: ["Campaigns"]
---

# Archive a creator's content tracker

`POST /campaigns/content/archive`

Soft-deletes a CampaignCreatorMapping's content tracker so it no longer surfaces in campaign content lists.

## Headers

- `Idempotency-Key` string, nullable
- `X-Dry-Run` string, nullable

## Request body

- ArchiveTrackerRequest — ``POST /public/v1/campaigns/content/archive`` — soft-delete a creator's content tracker so the campaign no longer surfaces it.
  - `campaign_creator_mapping_id` integer, required

## Response `200`

Successful Response

- ArchiveTrackerResponse — 200 response for ``POST /campaigns/content/archive``.
  - `status` string, required
  - `message` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/3ea20a9f734b/schema)
