Annotation endpoints
API token endpoints
Dataset endpoints
Monitor endpoints
Notifier endpoints
Organization endpoints
Role-based access control endpoints
Saved queries endpoints
User endpoints
Delete annotation
Delete annotation
DELETE
https://api.axiom.co/v2/
/
annotations
/
{id}
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?
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.