---
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/scrunchai/apis/scrunch-data-api.md) · [All operations](https://skmtc.net/scrunchai/apis/scrunch-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrunchai/scrunch-data-api/revisions/c4fe20c603a3/schema)
