---
title: "Jwt Prompt Destroy"
method: DELETE
path: "/prompts/jwt/prompt/{id}/"
tags: ["prompts"]
---

# Jwt Prompt Destroy

`DELETE /prompts/jwt/prompt/{id}/`

Unified view for single prompt operations (retrieve/update/delete).
Supports both JWT (dashboard) and API key (public API) authentication.

Superadmin: Can READ any prompt across all organizations via JWT.
            Can WRITE across organizations via JWT with an active
            staff_write:prompts (or broad staff_write) scope.
Regular users: Can only access prompts in their organization.

JWT auth uses pk lookup, API key auth uses prompt_id (partial match).

## Path parameters

- `id` integer, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

---

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