🚀 Introducing LangWatch for n8n: observability, prompts, and more
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.json())
{ "success": true }
Delete a prompt
Success
Was this page helpful?