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/annotations/{id}" headers = {"X-Auth-Token": "<api-key>"} response = requests.delete(url, headers=headers) print(response.text)
{ "status": "<string>", "message": "<string>" }
Deletes a single annotation based on the ID supplied
ID of annotation to delete
Annotation response
Was this page helpful?