curl --request DELETE \
--url https://api.helicone.ai/v1/prompt/version/{promptVersionId} \
--header 'authorization: <api-key>'
{}
Remove a specific version of a prompt
curl --request DELETE \
--url https://api.helicone.ai/v1/prompt/version/{promptVersionId} \
--header 'authorization: <api-key>'
{}
Ok
The response is of type object
.
Was this page helpful?