cURLTypeScriptcurl -X DELETE "https://api.helicone.ai/v1/prompt-2025/prompt_123" \ -H "Authorization: Bearer $HELICONE_API_KEY"
Permanently deletes a prompt and all associated versions. Path Parameters# promptIdstringrequired#The unique identifier of the prompt to delete Response# Returns null on successful deletion.