DELETE
/
v1
/
prompt-2025
/
{promptId}
curl -X DELETE "https://api.helicone.ai/v1/prompt-2025/prompt_123" \
  -H "Authorization: Bearer $HELICONE_API_KEY"
null
Permanently deletes a prompt and all associated versions.

Path Parameters

promptId
string
required
The unique identifier of the prompt to delete

Response

Returns null on successful deletion.
curl -X DELETE "https://api.helicone.ai/v1/prompt-2025/prompt_123" \
  -H "Authorization: Bearer $HELICONE_API_KEY"
null