Our docs got a refresh! Check out the new content and improved navigation. For detailed API reference see our Python SDK docs and TypeScript SDK.
Description
API referencePairwise annotations

Delete Pairwise Annotation

DELETE
/v1/pairwise-annotations
/v1/pairwise-annotations

The Authorization access token

Authorization

X-API-KEY<token>

In: header

Query Parameters

name
Required
Name

log_a_id
Required
Log A Id

Format: "uuid"

log_b_id
Required
Log B Id

Format: "uuid"
curl -X DELETE "https://api.patronus.ai/v1/pairwise-annotations?name=string&log_a_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&log_b_id=497f6eca-6276-4993-bfeb-53cbbbba6f08" \
  -H "X-API-KEY: <token>"

Successful Response