Annotation endpoints
API token endpoints
Dataset endpoints
Map field endpoints
Monitor endpoints
Notifier endpoints
Organization endpoints
Role-based access control endpoints
Saved queries endpoints
User endpoints
Delete annotation
Delete annotation
DELETE
/
annotations
/
{id}
Copy
Ask AI
curl --request DELETE \
--url https://api.axiom.co/v2/annotations/{id} \
--header 'Authorization: Bearer <token>'
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique ID of the annotation
Response
204
Success
Was this page helpful?
Copy
Ask AI
curl --request DELETE \
--url https://api.axiom.co/v2/annotations/{id} \
--header 'Authorization: Bearer <token>'
Assistant
Responses are generated using AI and may contain mistakes.