curl --request DELETE \
--url https://app.langwatch.ai/api/prompts/{id} \
--header 'X-Auth-Token: <api-key>'
{
"success": true
}
Delete a prompt
curl --request DELETE \
--url https://app.langwatch.ai/api/prompts/{id} \
--header 'X-Auth-Token: <api-key>'
{
"success": true
}
Success
The response is of type object
.
Was this page helpful?