---
title: "Delete a prompt"
method: DELETE
path: "/v2/prompts/{id}"
tags: ["Prompts"]
---

# Delete a prompt

`DELETE /v2/prompts/{id}`

## Path parameters

- `id` string, required — Unique identifier of the prompt

## Response `200`

Prompt deleted.

## Other responses

- `404` — Prompt not found.

---

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