Skip to main content
DELETE
/
apps
/
annotations
/
{annotation_id}
Delete Annotation
curl --request DELETE \
  --url http://{api_base_url}/apps/annotations/{annotation_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API Key authentication.

Path Parameters

annotation_id
string<uuid>
required

Annotation ID.

Response

204

Annotation deleted.