Skip to main content
Helicone OSS LLM Observability

Delete Prompt Version

Delete a specific version of a prompt
1 min read
deletehttps://api.helicone.ai/v1/prompt-2025/{promptId}/{versionId}
deletehttps://api.helicone.ai/v1/prompt-2025/{promptId}/{versionId}

Permanently deletes a specific version of a prompt while keeping the prompt and other versions intact.

Path Parameters#

promptIdstringrequired#

The unique identifier of the prompt

versionIdstringrequired#

The unique identifier of the prompt version to delete

Response#

Returns null on successful deletion.