cURL
curl --request DELETE \ --url https://server.promptwatch.com/api/v2/tags/{id} \ --header 'X-API-Key: <api-key>'
{ "error": "<string>", "message": "<string>", "code": "<string>", "details": {} }
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 deleted successfully