Ship reliable, testable agents – not guesses. Better Agents adds simulations, evaluations, and standards on top of any framework. Explore Better Agents
Python
import requests url = "https://app.langwatch.ai/api/prompts/{id}" headers = {"X-Auth-Token": "<api-key>"} response = requests.delete(url, headers=headers) print(response.text)
{ "success": true }
Delete a prompt
Success
Was this page helpful?