Skip to main content
DELETE
/
v1
/
annotations
/
{id}
curl -X DELETE https://api.getmatter.com/public/v1/annotations/ann_m2k8v \
  -H "Authorization: Bearer mat_your_token_here"
(No content)

Path Parameters

id
string
required
The annotation ID. Example: ann_m2k8v.

Response

Returns 204 No Content on success.
curl -X DELETE https://api.getmatter.com/public/v1/annotations/ann_m2k8v \
  -H "Authorization: Bearer mat_your_token_here"
(No content)