---
title: "Archive Prompt"
method: DELETE
path: "/{brand_id}/prompts/{prompt_id}"
---

# Archive Prompt

`DELETE /{brand_id}/prompts/{prompt_id}`

Archives a prompt (soft delete). The prompt will no longer be tracked but historical data is preserved. Requires the `configure` scope.

## Path parameters

- `brand_id` integer, required — The unique identifier for the brand
- `prompt_id` integer, required — The unique identifier for the prompt to archive

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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