---
title: "Delete a prompts"
method: DELETE
path: "//prompts/{promptId}"
tags: ["assistant"]
---

# Delete a prompts

`DELETE //prompts/{promptId}`

Deletes a prompts

## Path parameters

- `promptId` string, required — Prompt ID

## Headers

- `Authorization` string, required
- `X-Disable-Hooks` 'true', required

## Response `200`

Response with status 200

- TypeCommonsSuccess — Informs whether or not a request was successful
  - `data` TypeCommonsSuccessData
    - `success` boolean, required

---

[API](https://skmtc.net/flatfile/apis/api-reference.md) · [All operations](https://skmtc.net/flatfile/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flatfile/api-reference/versions/9d3a9979cd96/schema)
