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.
curl -X DELETE "https://api.helicone.ai/v1/prompt-2025/prompt_123/version_456" \ -H "Authorization: Bearer $HELICONE_API_KEY"
const response = await fetch('https://api.helicone.ai/v1/prompt-2025/prompt_123/version_456', { method: 'DELETE', headers: { 'Authorization': `Bearer ${HELICONE_API_KEY}`, }, });
null
Delete a specific version of a prompt
Was this page helpful?