DELETE
/
api
/
annotations
/
{id}
curl --request DELETE \
  --url https://app.langwatch.ai/api/annotations/{id} \
  --header 'X-Auth-Token: <api-key>'
{
  "status": "<string>",
  "message": "<string>"
}

Authorizations

X-Auth-Token
string
header
required

Path Parameters

id
string
required

ID of annotation to delete

Response

200
application/json
Annotation response
status
string
message
string