---
title: "Delete Public Prompt"
method: DELETE
path: "/public/prompts/{prompt_id}"
tags: ["PUBLIC_PROMPT_LIBRARY"]
deprecated: true
---

# Delete Public Prompt

`DELETE /public/prompts/{prompt_id}`

> **Deprecated.**

Delete a public prompt (service user only).
This endpoint is specifically for service users to delete public prompts.

## Path parameters

- `prompt_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/50769cbf05d5/schema)
