Skip to main content

Delete single annotation

DELETE 

/annotations/:name

Deletes an annotation with the given name in the specified project.


Provide a project name explicitly, wildcards are not accepted.

AUTHENTICATION REQUIRED
Authenticate API requests using an access token. Include it in the Authorization header as Bearer TOKEN.

RBAC
Only Organization Admins can delete system annotations, for example, when a false alert was triggered. Users with other permissions can only view system annotations.

Request

Responses

Annotation deleted or not found