Skip to main content
DELETE
/
v1
/
prompts
/
{promptId}
Delete prompt
curl --request DELETE \
  --url https://api.example.com/v1/prompts/{promptId}

Documentation Index

Fetch the complete documentation index at: https://docs.get-spotlight.com/llms.txt

Use this file to discover all available pages before exploring further.

Permanently deletes one prompt. Returns updated remaining slot counts.

Path parameters

promptId
string
required
Prompt UUID.

Request

curl -s -X DELETE \
  -H "x-spotlight-api-key: YOUR_API_KEY" \
  "https://app.get-spotlight.com/api/v1/prompts/PROMPT_ID"

Response

{
  "deleted": true,
  "remainingSlots": 87
}