Skip to main content
DELETE
/
annotations
/
{id}
cURL
curl --request DELETE \
  --url https://api.axiom.co/v2/annotations/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://axiom.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate using an API token or personal access token (PAT). Include the token as a Bearer token: Authorization: Bearer <token>. For more information, see Tokens.

Path Parameters

id
string
required

Unique ID of the annotation

Pattern: ^ann_

Response

204

Success