🚀 Introducing LangWatch for n8n: observability, prompts, and more
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.json())
{ "status": "<string>", "message": "<string>" }
Deletes a single annotation based on the ID supplied
ID of annotation to delete
Annotation response
Was this page helpful?