---
title: "Delete a prompt"
method: DELETE
path: "/v1/prompts/{prompt_identifier}"
tags: ["prompts"]
---

# Delete a prompt

`DELETE /v1/prompts/{prompt_identifier}`

Delete a prompt and all its versions, tags, and labels by identifier.

## Path parameters

- `prompt_identifier` string, required — The identifier of the prompt, i.e. name or ID.

## Response `204`

Successful Response

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-phoenix-rest-api/versions/a14d8ad6f708/schema)
