Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a single prompt.
cURL
curl --request DELETE \ --url https://api.example.com/v1/prompts/{promptId}
curl -s -X DELETE \ -H "x-spotlight-api-key: YOUR_API_KEY" \ "https://app.get-spotlight.com/api/v1/prompts/PROMPT_ID"
{ "deleted": true, "remainingSlots": 87 }