curl --request DELETE \
--url https://api.helicone.ai/v1/prompt/{promptId} \
--header 'authorization: <api-key>'
Remove a specific prompt from the system
curl --request DELETE \
--url https://api.helicone.ai/v1/prompt/{promptId} \
--header 'authorization: <api-key>'
No content
Was this page helpful?