Skip to main content
DELETE
/
tags
/
{id}
Delete Tag
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": {}
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.

Path Parameters

id
string<uuid>
required

Tag ID

Response

Tag deleted successfully