OnyxMetric
Annotations

Delete Annotation

Permanently deletes an annotation.

DELETE /api/sites/:site/annotations/:annotationId

Deletes an annotation. Admins and owners can delete any annotation on their sites; members can delete only the annotations they created.

Path Parameters

Prop

Type

Example

curl -X DELETE "https://app.onyxmetric.com/api/sites/123/annotations/43" \
  -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true }