cURL
curl --request DELETE \ --url https://server.promptwatch.com/api/v2/tags/{id} \ --header 'X-API-Key: <api-key>'
{ "error": "Unauthorized", "message": "Missing or invalid X-API-Key header." }
Delete a tag and remove it from all prompts
API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.
Tag ID
Tag removed; empty body.